search for: f3f2f07

Displaying 1 result from an estimated 1 matches for "f3f2f07".

Did you mean: 33f2f07a
2011 Jul 29
0
[PATCH node] fix dracut plugin wildcard handling
...rhbz#725964 Signed-off-by: Mike Burns <mburns at redhat.com> --- dracut/install | 1 + dracut/ovirt-cleanup.sh | 8 ++++---- scripts/ovirt-boot-functions | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dracut/install b/dracut/install index f3f2f07..1832b89 100755 --- a/dracut/install +++ b/dracut/install @@ -1,6 +1,7 @@ #!/bin/bash inst yes +inst head inst_hook pre-pivot 01 "$moddir/ovirt-cleanup.sh" inst_simple "$moddir/ovirt-boot-functions" /sbin/ovirt-boot-functions diff --git a/dracut/ovirt-cleanup.sh b/dracut/o...