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

Steffen Moeller moeller at debian.org
Mon Aug 31 09:45:08 UTC 2009


The following commit has been merged in the master branch:
commit 6d4ba877631a3aebbf23286dc093b3585d07622a
Author: Steffen Moeller <moeller at debian.org>
Date:   Mon Aug 31 11:43:19 2009 +0200

    source code prettifying
    
    new lines added or removed

diff --git a/install.sh b/install.sh
index 740c735..db50e06 100755
--- a/install.sh
+++ b/install.sh
@@ -492,6 +492,7 @@ __END__
 #
 # Stage all
 #
+
 action_all () {
 	cat <<__END__
 I: Running all stages with these settings:
@@ -762,6 +763,7 @@ EOSWAPCONF
 #
 # Stage format
 #
+
 action_format () {
 	echo
 	card_data_warning format
@@ -788,6 +790,7 @@ action_format () {
 #
 # Stage mount
 #
+
 action_mount () {
 	echo "Mounting the newly created system"
 	if [ ! -d "$INST_DIR" ]; then
@@ -819,6 +822,7 @@ action_mount () {
 #
 # Stage debian
 #
+
 action_debian () {
 	echo "Install a basic Debian system"
 
@@ -883,6 +887,7 @@ action_debian () {
 #
 # Stage apt
 #
+
 action_apt () {
 	echo "Configuring APT"
 
@@ -939,6 +944,7 @@ __END__
 #
 # Stage fso
 #
+
 action_fso () {
 	echo "Installing freesmartphone.org software"
 
@@ -966,6 +972,7 @@ __END_CHROOT__
 #	These steps shall be executed only after all basic packages
 #	have been installed.
 #
+
 action_tasks () {
 
 	if  [ -z "$TASKS" ]; then
@@ -1221,9 +1228,11 @@ EOPANELPLUGIN
 	echo "I: System configured"
 }
 
+
 #
 # Stage kernel
 #
+
 action_kernel () {
 	echo "Installing kernel package"
 
@@ -1332,6 +1341,7 @@ __END_CHROOT__
 #
 # Stage uboot
 #
+
 action_uboot () {
 	echo "Modifying U-Boot bootloader menu"
 
@@ -1417,9 +1427,11 @@ __END_CHROOT__
 	echo "I: U-Boot environment modified"
 }
 
+
 #
 # Stage cleaunp
 #
+
 action_cleanup () {
 
 	echo "Cleaning the environment"
@@ -1433,9 +1445,11 @@ action_cleanup () {
 	echo "I: the environment is now clean!"
 }
 
+
 #
 # Stage unmount
 #
+
 action_unmount () {
 
 	echo "Unmounting"

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list