[SCM] debian-live branch, master, updated. 1.0_a47-1-26-g4c01d50

Chris Lamb chris at chris-lamb.co.uk
Sun Jun 15 01:02:29 UTC 2008


The following commit has been merged in the master branch:
commit 1520c59356bcaf83298ac7e87c39f641875544ab
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sun Jun 15 01:57:50 2008 +0100

    Fix d-i locations in yaboot entries.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/helpers/lh_binary_yaboot b/helpers/lh_binary_yaboot
index 7060f88..189a9f4 100755
--- a/helpers/lh_binary_yaboot
+++ b/helpers/lh_binary_yaboot
@@ -87,7 +87,7 @@ Yaboot_install_entry ()
 	INITRD="${3}"
 	APPEND="${4}"
 
-	DIRECTORY="/$(basename ${DESTDIR_LIVE})"
+	DIRECTORY="/$(basename ${DESTDIR_INSTALL})"
 
 	if [ "${LH_DISTRIBUTION}" != "etch" ] && [ "${LABEL}" != "rescue" ] && [ "${LABEL}" != "rescuegui" ]
 	then

-- 
debian-live



More information about the debian-live-changes mailing list