[SCM] live-boot branch, debian, updated. debian/3.0_a16-1-8-g02db2e8

Daniel Baumann daniel at debian.org
Wed May 18 17:35:33 UTC 2011


The following commit has been merged in the debian branch:
commit 2fa85f87708dd376cdd7df69f49d4ccc227e3ce6
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Apr 23 13:43:24 2011 +0200

    Using /run/initramfs instead of /dev/.initramfs/varrun for unionfs-fuse sendsigs (Closes: #621908).

diff --git a/scripts/live b/scripts/live
index 8e0409a..2afbb69 100755
--- a/scripts/live
+++ b/scripts/live
@@ -1473,8 +1473,8 @@ setup_unionfs ()
 				unionmountopts="${unionmountopts} ${unionrw}=RW:${unionro}=RO"
 				( sysctl -w fs.file-max=391524 ; ulimit -HSn 16384
 				unionfs-fuse ${unionmountopts} "${unionmountpoint}" ) && \
-					( mkdir -p /dev/.initramfs/varrun
-				pidof unionfs-fuse >> /dev/.initramfs/varrun/sendsigs.omit || true )
+					( mkdir -p /run/initramfs
+				pidof unionfs-fuse >> /run/initramfs/sendsigs.omit || true )
 				;;
 
 			unionmount)

-- 
live-boot



More information about the debian-live-changes mailing list