From 1520c59356bcaf83298ac7e87c39f641875544ab Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sun, 15 Jun 2008 01:57:50 +0100 Subject: [PATCH] Fix d-i locations in yaboot entries. Signed-off-by: Chris Lamb --- helpers/lh_binary_yaboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/lh_binary_yaboot b/helpers/lh_binary_yaboot index 7060f8884..189a9f4f1 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