diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-15 01:57:50 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:35 +0100 |
commit | e7b3cabbd7be37691f69e0834c49f4bed9d57ec6 (patch) | |
tree | e3d8abbb6dadac4cb7bedaa518e34ec9e88b03f0 | |
parent | 7b881914d463845c5032649c0d9b1206fa4724a1 (diff) | |
download | vyos-live-build-e7b3cabbd7be37691f69e0834c49f4bed9d57ec6.tar.gz vyos-live-build-e7b3cabbd7be37691f69e0834c49f4bed9d57ec6.zip |
Fix d-i locations in yaboot entries.
-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 |