summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_yaboot
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_binary_yaboot')
-rwxr-xr-xhelpers/lh_binary_yaboot4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_binary_yaboot b/helpers/lh_binary_yaboot
index 0b0becf..d368692 100755
--- a/helpers/lh_binary_yaboot
+++ b/helpers/lh_binary_yaboot
@@ -97,7 +97,7 @@ case "${LIVE_BINARY_IMAGES}" in
DESTDIR="binary/live"
;;
- net|usb-hdd|hdd)
+ net|tar|usb-hdd)
Echo_error "not supported, FIXME"
;;
esac
@@ -139,7 +139,7 @@ fi
if [ -n "${LIVE_HOSTNAME}" ]
then
- case "${LIVE_INITRAMFS}" in
+ case "${LH_INITRAMFS}" in
casper)
LIVE_BOOTAPPEND="${LIVE_BOOTAPPEND} hostname=${LIVE_HOSTNAME}"
;;