Fix d-i locations in yaboot entries.

This commit is contained in:
Chris Lamb 2008-06-15 01:57:50 +01:00 committed by Daniel Baumann
parent 7b881914d4
commit e7b3cabbd7
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ Yaboot_install_entry ()
INITRD="${3}" INITRD="${3}"
APPEND="${4}" APPEND="${4}"
DIRECTORY="/$(basename ${DESTDIR_LIVE})" DIRECTORY="/$(basename ${DESTDIR_INSTALL})"
if [ "${LH_DISTRIBUTION}" != "etch" ] && [ "${LABEL}" != "rescue" ] && [ "${LABEL}" != "rescuegui" ] if [ "${LH_DISTRIBUTION}" != "etch" ] && [ "${LABEL}" != "rescue" ] && [ "${LABEL}" != "rescuegui" ]
then then