Removing imported whitespaces.

This commit is contained in:
Daniel Baumann 2008-06-17 07:08:24 +02:00
parent 64d2e53e07
commit b7f5a3af97
4 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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