summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_grub
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_binary_grub')
-rwxr-xr-xhelpers/lh_binary_grub6
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/lh_binary_grub b/helpers/lh_binary_grub
index 9300642..db26ae9 100755
--- a/helpers/lh_binary_grub
+++ b/helpers/lh_binary_grub
@@ -93,7 +93,7 @@ esac
# Setting destination directory
case "${LIVE_BINARY_IMAGES}" in
- iso|usb-hdd|hdd)
+ iso|tar|usb-hdd)
DESTDIR_LIVE="binary/live"
DESTDIR_INSTALL="binary/install"
;;
@@ -151,7 +151,7 @@ fi
if [ -n "${LIVE_HOSTNAME}" ]
then
- case "${LIVE_INITRAMFS}" in
+ case "${LH_INITRAMFS}" in
casper)
LIVE_BOOTAPPEND="${LIVE_BOOTAPPEND} hostname=${LIVE_HOSTNAME}"
;;
@@ -245,7 +245,7 @@ case ${LIVE_BINARY_IMAGES} in
cp chroot/usr/lib/grub/*/stage2_eltorito binary/boot/grub
;;
- usb-hdd|hdd)
+ tar|usb-hdd)
cp chroot/usr/lib/grub/*/stage1 chroot/usr/lib/grub/*/stage2 binary/boot/grub
;;
esac