Fix d-i locations in yaboot entries.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
Chris Lamb 2008-06-15 01:57:50 +01:00
parent cd7689e4ce
commit 1520c59356
1 changed files with 1 additions and 1 deletions

View File

@ -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