diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-19 10:52:13 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-12-19 11:10:11 +0100 |
commit | ec8aff4f494966557c906f953530a8c12a2fa7d5 (patch) | |
tree | 1ba0d14a503182449514be729338d4bbf9b675fb /scripts/build/binary_silo | |
parent | 73108165caab0ca3b61759fa501b5ae420858775 (diff) | |
download | vyos-live-build-ec8aff4f494966557c906f953530a8c12a2fa7d5.tar.gz vyos-live-build-ec8aff4f494966557c906f953530a8c12a2fa7d5.zip |
Moving off binary image type into new config tree format.
Diffstat (limited to 'scripts/build/binary_silo')
-rwxr-xr-x | scripts/build/binary_silo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/binary_silo b/scripts/build/binary_silo index 8e833d1cc..0560555a1 100755 --- a/scripts/build/binary_silo +++ b/scripts/build/binary_silo @@ -30,7 +30,7 @@ then fi # Check image type -case "${LB_BINARY_IMAGES}" in +case "${LIVE_IMAGE_TYPE}" in iso*|hdd*|tar) ;; @@ -191,7 +191,7 @@ fi LINUX_INSTALL="$(/bin/echo ${LINUX_INSTALL} | sed -e 's|binary||g' -e 's|//|/|g')" -case "${LB_BINARY_IMAGES}" in +case "${LIVE_IMAGE_TYPE}" in iso*|hdd*) # Copying silo mkdir -p binary/boot |