Also allowing /dev/vd* to be used as swap devices and drop /dev/hd*.
authorDaniel Baumann <daniel@debian.org>
Tue, 5 Jun 2012 16:32:52 +0000 (18:32 +0200)
committerDaniel Baumann <daniel@debian.org>
Tue, 5 Jun 2012 17:35:56 +0000 (19:35 +0200)
initramfs-tools/scripts/live-bottom/12fstab

index d71800d..94adddb 100755 (executable)
@@ -48,7 +48,7 @@ if [ -n "${LIVE_SWAPON}" ]
 then
        devices=""
 
-       for device in /dev/[hs]d[a-z][0-9]*
+       for device in /dev/[sv]d[a-z][0-9]*
        do
                if ! [ -b "${device}" ]
                then