Fix d-i locations in yaboot entries.
This commit is contained in:
parent
7b881914d4
commit
e7b3cabbd7
|
@ -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