[SCM] debian-live branch, master, updated. 1.0_a47-1-39-gb7f5a3a

Daniel Baumann daniel at debian.org
Tue Jun 17 05:12:55 UTC 2008


The following commit has been merged in the master branch:
commit b7f5a3af9789abff6de3164701ac493300163733
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Jun 17 07:08:24 2008 +0200

    Removing imported whitespaces.

diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index f2e973d..7be41b8 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 22248bc..8d298ca 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 7977d8b..033717a 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 15d6b34..01ca6cf 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

-- 
debian-live



More information about the debian-live-changes mailing list