diff options
author | Daniel Baumann <daniel@debian.org> | 2012-10-25 13:36:12 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-10-25 13:36:18 +0200 |
commit | 2caef33ea285353fb74f88b611e90fcc2b8b7092 (patch) | |
tree | 8382ff92c03b144fd3e8f3badbcb8d9a31584435 /scripts/build/binary_syslinux | |
parent | 743cf9775d1906e46d524dfdc566ae48ee6d3b00 (diff) | |
download | vyos-live-build-2caef33ea285353fb74f88b611e90fcc2b8b7092.tar.gz vyos-live-build-2caef33ea285353fb74f88b611e90fcc2b8b7092.zip |
Renaming progress mode to progress-linux to match the used naming scheme.
Diffstat (limited to 'scripts/build/binary_syslinux')
-rwxr-xr-x | scripts/build/binary_syslinux | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/build/binary_syslinux b/scripts/build/binary_syslinux index 7c6c20c75..5836b0a26 100755 --- a/scripts/build/binary_syslinux +++ b/scripts/build/binary_syslinux @@ -53,7 +53,7 @@ case "${LB_BINARY_IMAGES}" in _BOOTLOADER="isolinux" case "${LB_MODE}" in - progress) + progress-linux) _TARGET="binary/boot" ;; @@ -72,7 +72,7 @@ case "${LB_BINARY_IMAGES}" in _BOOTLOADER="syslinux" case "${LB_MODE}" in - progress) + progress-linux) _TARGET="binary/boot" ;; @@ -273,7 +273,7 @@ fi if [ -e "${_TARGET}/splash.svg.in" ] then case "${LB_MODE}" in - progress) + progress-linux) _PROJECT="Progress Linux" if ls config/package-lists/client-gnome.list* @@ -350,7 +350,7 @@ then fi case "${LB_MODE}" in - progress) + progress-linux) for _FILE in "${_TARGET}/isolinux.bin" "${_TARGET}/isolinux.cfg" "${_TARGET}/syslinux.cfg" do if [ -e "${_FILE}" ] |