Fix d-i locations in yaboot entries.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
cd7689e4ce
commit
1520c59356
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue