search for: e36a265

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

Did you mean: 369265
2011 Aug 22
0
[PATCH node] handle wildcards appropriately in dracut plugin
...f /dev/vdb, /dev/vdc etc existed, it would match all of those as well. rhbz#726843 Signed-off-by: Mike Burns <mburns at redhat.com> --- dracut/ovirt-cleanup.sh | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/dracut/ovirt-cleanup.sh b/dracut/ovirt-cleanup.sh index e36a265..1d7db84 100755 --- a/dracut/ovirt-cleanup.sh +++ b/dracut/ovirt-cleanup.sh @@ -55,12 +55,15 @@ info "Found storage_init: $storage_init" # Since we only care which disks are being used, change to a single list storage_init="$(echo "$storage_init" | sed 's/;/,/')&...