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

Steffen Moeller moeller at debian.org
Tue Jun 16 08:48:57 UTC 2009


The following commit has been merged in the master branch:
commit 12878b19edca55a5afcbdb08f18131953074e738
Author: Steffen Moeller <moeller at debian.org>
Date:   Tue Jun 16 10:46:47 2009 +0200

    Removing rootpartno unused variable
    
    That variable was supposedto indicate the partition number of the
    root partition but never went into action. The hunch was that
    such a variable my help with organising the swap partition, which
    then may also appear before the root partition ... but ... the
    Debian installer can take care of such bits...eventually.
    
    Thanks again to Brian for spotting it.

diff --git a/install.sh b/install.sh
index 1b7da1f..515eea8 100755
--- a/install.sh
+++ b/install.sh
@@ -600,7 +600,6 @@ action_partition () {
 	fi
 
 	# run partitioner
-	rootpartno=2
 	bootfstypeno=83
 
 	if [ -z "$SD_SWAP_SIZE" ]; then SD_SWAP_SIZE=0; fi

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list