From 37a5c53ddd2825bf6b0ce521908a63d419683981 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 10:05:11 +0200 Subject: Adding live-helper 1.0~a14-1. --- helpers/lh_binary_grub | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'helpers/lh_binary_grub') diff --git a/helpers/lh_binary_grub b/helpers/lh_binary_grub index 9300642d7..db26ae988 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 -- cgit v1.2.3