summaryrefslogtreecommitdiff
path: root/helpers/binary_yaboot
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-02-18 17:34:29 +0100
committerDaniel Baumann <daniel@debian.org>2010-02-20 17:57:32 +0100
commit77664c045ce9be5a026c441dcc543a4ab1734c79 (patch)
tree52a5557cfe76cc3cc7e386e5b9b52436832e0a94 /helpers/binary_yaboot
parent728f74d9b419c818fa19855c5d1cb7f8efa4ae04 (diff)
downloadvyos-live-build-77664c045ce9be5a026c441dcc543a4ab1734c79.tar.gz
vyos-live-build-77664c045ce9be5a026c441dcc543a4ab1734c79.zip
Reworking iso-hybrid as an independent binary image type.
Diffstat (limited to 'helpers/binary_yaboot')
-rwxr-xr-xhelpers/binary_yaboot4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/binary_yaboot b/helpers/binary_yaboot
index ef44e6e68..b896eac73 100755
--- a/helpers/binary_yaboot
+++ b/helpers/binary_yaboot
@@ -135,7 +135,7 @@ esac
# Setting destination directory
case "${LH_BINARY_IMAGES}" in
- iso)
+ iso*)
case "${LH_INITRAMFS}" in
casper)
DESTDIR_LIVE="binary/casper"
@@ -272,7 +272,7 @@ fi
LINUX_INSTALL="$(/bin/echo ${LINUX_INSTALL} | sed -e 's|binary||g' -e 's|//|/|g')"
case "${LH_BINARY_IMAGES}" in
- iso|usb*)
+ iso*|usb*)
# Copying yaboot
mkdir -p binary/yaboot