[SCM] live-boot branch, debian-next, updated. debian/3.0_a37-1-3-g8a4c75b

Richard Nelson unixabg at gmail.com
Thu Jul 26 19:00:25 UTC 2012


The following commit has been merged in the debian-next branch:
commit 8a4c75b8a645bbbab7c2b4520da7d29643304abc
Author: Richard Nelson <unixabg at gmail.com>
Date:   Thu Jul 26 14:00:26 2012 -0500

    Correct left over references to old initramfs-tools.sh (Closes: #682504).

diff --git a/scripts/boot/9990-fstab.sh b/scripts/boot/9990-fstab.sh
index 7f5459f..dc3f07b 100755
--- a/scripts/boot/9990-fstab.sh
+++ b/scripts/boot/9990-fstab.sh
@@ -6,7 +6,7 @@ Fstab ()
 {
 	# FIXME: stop hardcoding overloading of initramfs-tools functions
 	. /scripts/functions
-	. /lib/live/boot/initramfs-tools.sh
+	. /lib/live/boot/9990-initramfs-tools.sh
 
 	if [ -n "${NOFSTAB}" ]
 	then
diff --git a/scripts/boot/9990-netbase.sh b/scripts/boot/9990-netbase.sh
index 3f5f7af..c11b9df 100755
--- a/scripts/boot/9990-netbase.sh
+++ b/scripts/boot/9990-netbase.sh
@@ -11,7 +11,7 @@ Netbase ()
 
 	# FIXME: stop hardcoding overloading of initramfs-tools functions
 	. /scripts/functions
-	. /lib/live/boot/initramfs-tools.sh
+	. /lib/live/boot/9990-initramfs-tools.sh
 
 	log_begin_msg "Preconfiguring networking"
 

-- 
live-boot



More information about the debian-live-changes mailing list