summaryrefslogtreecommitdiff
path: root/initramfs-tools/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-06-05 18:32:52 +0200
committerDaniel Baumann <daniel@debian.org>2012-06-05 19:35:56 +0200
commitf4d4be1f0223a2e888286988503ea26fee2a8324 (patch)
tree56e45346ba672a2141953b0fbbcf0adbbfc3124c /initramfs-tools/scripts
parent155d7302a9325861c11cff8b5a19344e8dd508a3 (diff)
downloadlive-boot-f4d4be1f0223a2e888286988503ea26fee2a8324.tar.gz
live-boot-f4d4be1f0223a2e888286988503ea26fee2a8324.zip
Also allowing /dev/vd* to be used as swap devices and drop /dev/hd*.
Diffstat (limited to 'initramfs-tools/scripts')
-rwxr-xr-xinitramfs-tools/scripts/live-bottom/12fstab2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs-tools/scripts/live-bottom/12fstab b/initramfs-tools/scripts/live-bottom/12fstab
index d71800d..94adddb 100755
--- a/initramfs-tools/scripts/live-bottom/12fstab
+++ b/initramfs-tools/scripts/live-bottom/12fstab
@@ -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