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

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


The following commit has been merged in the master branch:
commit 1351c8be753289399634b0d44ee32b997d2e7805
Author: Luca Capello <luca at pca.it>
Date:   Sun Aug 24 23:45:42 2008 +0200

    install.sh: remove trailing spaces and lines

diff --git a/install.sh b/install.sh
index be1b1bf..2992f45 100755
--- a/install.sh
+++ b/install.sh
@@ -36,7 +36,6 @@ APT_RECOMMENDS=${APT_RECOMMENDS:-false}
 DASH_BINSH=${DASH_BINSH:-true}
 FSO_MIRROR=${FSO_MIRROR:-http://pkg-fso.alioth.debian.org/debian}
 
-
 # general variables
 VERSION=1.0
 TESTHOST=www.debian.org
@@ -141,7 +140,7 @@ Variables:
                    (default to false, possible values are false/true)
   DASH_BINSH       configure dash as default /bin/sh (default to true,
                    possible values are true/false)
-  FSO_MIRROR       the Debian FSO repository (default to 
+  FSO_MIRROR       the Debian FSO repository (default to
                    http://pkg-fso.alioth.debian.org/debian)
 
 
@@ -151,7 +150,7 @@ Stages:
   testing          Verifys that everything is in place for this
                    installer to work
   time             Fetches the current time from $RDATEHOST via rdate
-  partition        Partitions the microSD card found in $SD_DEVICE 
+  partition        Partitions the microSD card found in $SD_DEVICE
                    (WARNING, this will destroy all the data on the
                    microSD card unless the partioning is the same as
                    used before; this can be used to recover a broken
@@ -203,7 +202,6 @@ all)
 #
 # Stage all
 #
-
 cat <<__END__
 I: Running all stages with these settings:
 I: hostname set to $HOSTNAME
@@ -302,7 +300,6 @@ time)
 #
 # Stage time
 #
-
 echo "Fetching time from $RDATEHOST with rdate"
 rdate -s "$RDATEHOST"
 echo "I: Time is now `date`"
@@ -382,7 +379,6 @@ mount)
 #
 # Stage mount
 #
-
 echo "Mounting the newly created system"
 mkdir -p $INST_DIR
 mount -t ext2 ${SD_DEVICE}p2 $INST_DIR
@@ -396,7 +392,6 @@ debian)
 #
 # Stage debian
 #
-
 echo "Install a basic Debian system"
 
 echo " * Downloading cdebootstrap package"
@@ -417,7 +412,6 @@ apt)
 #
 # Stage apt
 #
-
 echo "Configuring APT"
 
 echo " * Creating /etc/apt/sources.list"
@@ -452,7 +446,6 @@ fso)
 # Stage fso
 #
 # TODO
-
 echo "Installing FSO-specific packages"
 chroot $INST_DIR /bin/sh -e <<__END_CHROOT__
 apt-get --yes install $FSO_PACKAGES
@@ -466,7 +459,6 @@ configuration)
 #
 # Stage configuration
 #
-
 echo "Configuring system files"
 
 echo " * Creating /etc/pointercal for the touchscreen"
@@ -577,8 +569,6 @@ kernel)
 #
 # Stage kernel
 #
-
-
 echo "Installing kernel image and modules"
 echo " * Dowloading kernel image"
 wget -O $INST_DIR/boot/uImage.bin $KERNEL_IMAGE
@@ -595,7 +585,6 @@ uboot)
 #
 # Stage uboot
 #
-
 echo "Modifying U-Boot bootloader menu"
 
 if [ "$SD_PART1_FS" = "vfat" ]; then
@@ -685,7 +674,6 @@ unmount)
 #
 # Stage unmount
 #
-
 echo "Unmounting microSD card partitions"
 umount $INST_DIR/boot
 umount $INST_DIR

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list