diff options
author | Daniel Baumann <daniel@debian.org> | 2008-06-17 07:08:24 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:35 +0100 |
commit | 444ef13a696e39bdcac15a360e714b3d6b94a43c (patch) | |
tree | e1c1f3c9545e82e4684b0ddfe97aaf30595e0618 | |
parent | 369fd95bee116dfea5f97dcdd62ce7c2d8efc9ff (diff) | |
download | vyos-live-build-444ef13a696e39bdcac15a360e714b3d6b94a43c.tar.gz vyos-live-build-444ef13a696e39bdcac15a360e714b3d6b94a43c.zip |
Removing imported whitespaces.
-rwxr-xr-x | helpers/lh_binary_debian-installer | 2 | ||||
-rwxr-xr-x | helpers/lh_binary_silo | 2 | ||||
-rwxr-xr-x | helpers/lh_binary_usb-hdd | 6 | ||||
-rwxr-xr-x | helpers/lh_source_usb-hdd | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index f2e973d14..7be41b8dc 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -272,7 +272,7 @@ fi mkdir -p "${DESTDIR_DI}" -if [ "${LH_ARCHITECTURE}" = "sparc" ] && [ "${DI_IMAGE_TYPE}" = "netboot" ] +if [ "${LH_ARCHITECTURE}" = "sparc" ] && [ "${DI_IMAGE_TYPE}" = "netboot" ] then # There are no prepared kernel/initrd pairs for sparc netboot so we # must unpack them from a mini.iso diff --git a/helpers/lh_binary_silo b/helpers/lh_binary_silo index 22248bca7..8d298cab9 100755 --- a/helpers/lh_binary_silo +++ b/helpers/lh_binary_silo @@ -42,7 +42,7 @@ Require_stagefile .stage/bootstrap Check_stagefile .stage/binary_silo # Checking silo templates -Check_templates silo +Check_templates silo # Checking lock file Check_lockfile .lock diff --git a/helpers/lh_binary_usb-hdd b/helpers/lh_binary_usb-hdd index 7977d8b0f..033717aee 100755 --- a/helpers/lh_binary_usb-hdd +++ b/helpers/lh_binary_usb-hdd @@ -117,7 +117,7 @@ esac case "${LH_BINARY_FILESYSTEM}" in ext2|ext3) PARTITION_TYPE="ext2" - ;; + ;; fat16|fat32) PARTITION_TYPE="${LH_BINARY_FILESYSTEM}" @@ -167,12 +167,12 @@ case "${LH_BINARY_FILESYSTEM}" in ;; fat16) - MKFS="vfat" + MKFS="vfat" MKFS_OPTIONS="-F 16 -n DEBIAN_LIVE" ;; fat32) - MKFS="vfat" + MKFS="vfat" MKFS_OPTIONS="-F 32 -n DEBIAN_LIVE" ;; esac diff --git a/helpers/lh_source_usb-hdd b/helpers/lh_source_usb-hdd index 15d6b346e..01ca6cfd7 100755 --- a/helpers/lh_source_usb-hdd +++ b/helpers/lh_source_usb-hdd @@ -81,7 +81,7 @@ fi case "${LH_BINARY_FILESYSTEM}" in ext2|ext3) PARTITION_TYPE="ext2" - ;; + ;; fat16|fat32) PARTITION_TYPE="${LH_BINARY_FILESYSTEM}" @@ -109,12 +109,12 @@ case "${LH_BINARY_FILESYSTEM}" in ;; fat16) - MKFS="vfat" + MKFS="vfat" MKFS_OPTIONS="-F 16 -n DEBIAN_LIVE" ;; fat32) - MKFS="vfat" + MKFS="vfat" MKFS_OPTIONS="-F 32 -n DEBIAN_LIVE" ;; esac |