From 2caef33ea285353fb74f88b611e90fcc2b8b7092 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 25 Oct 2012 13:36:12 +0200 Subject: Renaming progress mode to progress-linux to match the used naming scheme. --- scripts/build/binary_syslinux | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts/build/binary_syslinux') 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}" ] -- cgit v1.2.3