[SCM] live-boot branch, debian-next, updated. debian/3.0_a29-1-10-ge1ed2e6

Daniel Baumann daniel at debian.org
Tue Jun 5 16:32:53 UTC 2012


The following commit has been merged in the debian-next branch:
commit e1ed2e6a81bdd9438825da2baf5ea0615a0c3403
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Jun 5 18:32:52 2012 +0200

    Also allowing /dev/vd* to be used as swap devices and drop /dev/hd*.

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

-- 
live-boot



More information about the debian-live-changes mailing list