]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut-gencmdline: fixed rd_NO_LUKS case
authorHarald Hoyer <harald@redhat.com>
Thu, 1 Oct 2009 17:52:48 +0000 (19:52 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 1 Oct 2009 17:52:48 +0000 (19:52 +0200)
dracut-gencmdline

index 356151b8e8097da66b520548337390070ebea821..689f49eb451bd614e9fae31948bff8778bf175f5 100755 (executable)
@@ -684,7 +684,7 @@ else
     echo -n "rd_NO_LVM "
 fi
 
-cryptdevs="${!cryptoraid@} ${!cryptopart@} ${!cryptolv@}"
+cryptdevs="$(echo ${!cryptoraid@} ${!cryptopart@} ${!cryptolv@})"
 
 if [ -z "$cryptdevs" ]; then
     echo -n "rd_NO_LUKS "