[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. 7c924d8179fc8d413d3a898b327e5abb47f8f55f

Luca Capello luca at pca.it
Wed Jun 17 23:13:08 UTC 2009


The following commit has been merged in the master branch:
commit 7c924d8179fc8d413d3a898b327e5abb47f8f55f
Author: Luca Capello <luca at pca.it>
Date:   Wed Jun 17 17:48:08 2009 +0200

    install.sh: be more verbose before formatting

diff --git a/install.sh b/install.sh
index ed02c4f..0ed3c41 100755
--- a/install.sh
+++ b/install.sh
@@ -735,10 +735,11 @@ action_format () {
 
 	if [ -z "$SD_SWAP_SIZE" ]; then SD_SWAP_SIZE=0; fi
 
-	echo " * Formatting the microSD card partitions"
+	echo " * Formatting ${SD_PART1_FS} on ${SD_DEVICE}p1"
 	mkfs.$SD_PART1_FS ${SD_DEVICE}p1
 	nextpart=2
 	if [ "$SINGLE_PART" != "true" ]; then
+		echo " * Formatting ${SD_PART2_FS} on ${SD_DEVICE}p2"
 		mkfs.$SD_PART2_FS ${SD_DEVICE}p2
 		nextpart=3
 	fi

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list