summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_grub
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-08-16 10:43:47 +0100
committerChris Lamb <chris@chris-lamb.co.uk>2008-08-16 10:43:47 +0100
commit712360df91fb43614a8912a5f0e38e6f7c4c073b (patch)
tree90fcf26f24d33add6d04f1fdc4357af850d65676 /helpers/lh_binary_grub
parent1212aafb8a7f83549e0cc6e04a47ef40ef01f6a6 (diff)
downloadvyos-live-build-712360df91fb43614a8912a5f0e38e6f7c4c073b.tar.gz
vyos-live-build-712360df91fb43614a8912a5f0e38e6f7c4c073b.zip
Correcting typo LH_BOOTSTRAP_INSTALL -> LH_BOOTAPPEND_INSTALL in Grub kernel parameters.
Diffstat (limited to 'helpers/lh_binary_grub')
-rwxr-xr-xhelpers/lh_binary_grub2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_grub b/helpers/lh_binary_grub
index 4b99b260e..74e375ee3 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}"
}