diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-15 01:57:50 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-15 01:57:50 +0100 |
commit | 1520c59356bcaf83298ac7e87c39f641875544ab (patch) | |
tree | e3d8abbb6dadac4cb7bedaa518e34ec9e88b03f0 /helpers/lh_binary_yaboot | |
parent | cd7689e4cec7fee563ebe7b85b15fca10097194d (diff) | |
download | vyos-live-build-1520c59356bcaf83298ac7e87c39f641875544ab.tar.gz vyos-live-build-1520c59356bcaf83298ac7e87c39f641875544ab.zip |
Fix d-i locations in yaboot entries.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'helpers/lh_binary_yaboot')
-rwxr-xr-x | helpers/lh_binary_yaboot | 2 |
1 files changed, 1 insertions, 1 deletions
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 |