diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-19 18:56:11 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:35 +0100 |
commit | 8474de1d6513d8e0d297737db057fe8dbd364a18 (patch) | |
tree | f73feee868df049e5effc4b19fa1946427d92a9a /helpers/lh_binary_syslinux | |
parent | 519d7c17cd34f236f8cab66085626837cddb7030 (diff) | |
download | vyos-live-build-8474de1d6513d8e0d297737db057fe8dbd364a18.tar.gz vyos-live-build-8474de1d6513d8e0d297737db057fe8dbd364a18.zip |
Remove more imported whitespaces.
Diffstat (limited to 'helpers/lh_binary_syslinux')
-rwxr-xr-x | helpers/lh_binary_syslinux | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux index 89f3fc0a9..57304e3c9 100755 --- a/helpers/lh_binary_syslinux +++ b/helpers/lh_binary_syslinux @@ -186,8 +186,8 @@ Copy_syslinux_templates () cp "${TEMPLATES}"/menu/*.cfg ${SCREEN_PATH} cp "${TEMPLATES}"/menu/data/* ${DATA_PATH} - # Grab menu binary from chroot - MENUMODULE=$(grep 'menu.c32' ${TEMPLATES}/menu/header.cfg | sed 's|default\s*.*/\(.*menu.c32\)$|\1|g') + # Grab menu binary from chroot + MENUMODULE=$(grep 'menu.c32' ${TEMPLATES}/menu/header.cfg | sed 's|default\s*.*/\(.*menu.c32\)$|\1|g') cp chroot/usr/lib/syslinux/"${MENUMODULE}" ${DATA_PATH} fi @@ -236,9 +236,9 @@ Copy_syslinux_templates () else if [ "${LH_SYSLINUX_MENU}" = "disabled" ] then - SPLASH="${LIVE_DATA_PATH}/splash.rle" + SPLASH="${LIVE_DATA_PATH}/splash.rle" else - SPLASH="${LIVE_DATA_PATH}/splash.png" + SPLASH="${LIVE_DATA_PATH}/splash.png" fi if [ -n "${LH_SYSLINUX_SPLASH}" ] @@ -293,7 +293,7 @@ Configure_syslinux_templates () d }' ${SCREEN_PATH}/syslinux.cfg - # remove the files, which were included + # remove the files, which were included if [ -e ${SCREEN_PATH}/${FILE_NAME} ] then rm -f ${SCREEN_PATH}/${FILE_NAME} |