[SCM] live-boot branch, debian, updated. debian/3.0_a20-1-11-g413bda3

Daniel Baumann daniel at debian.org
Thu Sep 8 19:09:55 UTC 2011


The following commit has been merged in the debian branch:
commit 37824b1cb96596d93e397e876d95dab7cdba495e
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Aug 31 20:55:05 2011 +0200

    Printing out a warning message in initramfs-tools hook if backend is installed but no live-boot package, exiting early and not breaking update-initramfs (Closes: #639884).

diff --git a/hooks/live b/hooks/live
index 309c26f..c916381 100755
--- a/hooks/live
+++ b/hooks/live
@@ -42,6 +42,13 @@ fi
 
 # Handling live-boot
 
+if [ ! -e /usr/share/live-boot ]
+then
+	echo "W: live-boot-initramfs-tools (backend) installed without live-boot,"
+	echo "W: this initramfs will *NOT* have live support."
+	exit 0
+fi
+
 [ "${QUIET}" ] || echo -n " "core
 # Configuration
 if [ -e /usr/share/live-boot/languagelist ]

-- 
live-boot



More information about the debian-live-changes mailing list