diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-16 10:43:47 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:40 +0100 |
commit | c4c0f319aee706cb29f952af2cf80d7a3d2e9cd3 (patch) | |
tree | 82e07afb3639d22319d154fd87db13b89caa284b | |
parent | 6018c34edac63e6fba014f34de73bf1a81de45e4 (diff) | |
download | vyos-live-build-c4c0f319aee706cb29f952af2cf80d7a3d2e9cd3.tar.gz vyos-live-build-c4c0f319aee706cb29f952af2cf80d7a3d2e9cd3.zip |
Correcting typo LH_BOOTSTRAP_INSTALL -> LH_BOOTAPPEND_INSTALL in Grub kernel parameters.
-rwxr-xr-x | helpers/lh_binary_grub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_grub b/helpers/lh_binary_grub index 408b48de4..741badeb0 100755 --- a/helpers/lh_binary_grub +++ b/helpers/lh_binary_grub @@ -89,7 +89,7 @@ Grub_install_entry () fi LINUX_INSTALL="${LINUX_INSTALL}\ntitle\t\tDebian GNU/Linux - ${LABEL}" - LINUX_INSTALL="${LINUX_INSTALL}\nkernel\t\t/${KERNEL} ${APPEND} ${LH_BOOTSTRAP_INSTALL}" + LINUX_INSTALL="${LINUX_INSTALL}\nkernel\t\t/${KERNEL} ${APPEND} ${LH_BOOTAPPEND_INSTALL}" LINUX_INSTALL="${LINUX_INSTALL}\ninitrd\t\t/${INITRD}" } |