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

Luca Capello luca at pca.it
Sun Aug 24 21:57:47 UTC 2008


The following commit has been merged in the master branch:
commit 86bd871bd0201578405318a1d2f3df11fe65f535
Author: Luca Capello <luca at pca.it>
Date:   Sun Aug 24 23:57:38 2008 +0200

    install.sh: move umount_all comment where appropriate

diff --git a/install.sh b/install.sh
index 3dfd27d..6b3a30c 100755
--- a/install.sh
+++ b/install.sh
@@ -68,6 +68,7 @@ DOSFSTOOLS_PACKAGE=$INST_MIRROR/pool/main/d/dosfstools/dosfstools_2.11-6_armel.d
 # FUNCTIONS
 #
 
+# fight against auto-mounting
 umount_all () {
 	for I in $(seq 0 9); do
 		if mount | grep -q ^${SD_DEVICE}p$I; then
@@ -364,7 +365,6 @@ echo " * Partition table created"
 format)
 echo
 card_data_warning format
-# fight against auto-mounting
 umount_all
 
 echo " * Formatting the microSD card partitions"

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list