[SCM] live-boot branch, debian, updated. debian/3.0_b2-1

Daniel Baumann daniel at debian.org
Fri Aug 24 10:37:40 UTC 2012


The following commit has been merged in the debian branch:
commit 339243f3eb5086729cb1758f85fddf52cf088ea0
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Aug 24 12:27:03 2012 +0200

    Recreating /etc/live/boot in postinst.

diff --git a/debian/live-boot-initramfs-tools.postinst b/debian/live-boot.postinst
similarity index 63%
copy from debian/live-boot-initramfs-tools.postinst
copy to debian/live-boot.postinst
index d11c8d9..0f0f4ad 100644
--- a/debian/live-boot-initramfs-tools.postinst
+++ b/debian/live-boot.postinst
@@ -4,10 +4,7 @@ set -e
 
 case "${1}" in
 	configure)
-		if [ -x /usr/sbin/update-initramfs ] && [ -e /etc/initramfs-tools/initramfs.conf ]
-		then
-			update-initramfs -u
-		fi
+		mkdir -p /etc/live/boot
 		;;
 
 	abort-upgrade|abort-remove|abort-deconfigure)

-- 
live-boot



More information about the debian-live-changes mailing list