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

Luca Capello luca at pca.it
Wed May 27 05:38:23 UTC 2009


The following commit has been merged in the master branch:
commit 0ced28c10b7442ab792dcfc971dbce990cc558f5
Author: Luca Capello <luca at pca.it>
Date:   Tue May 26 22:13:57 2009 +0200

    install.sh: use freesmartphone.org instead of the FSO acronym

diff --git a/install.sh b/install.sh
index 327a31b..7093790 100755
--- a/install.sh
+++ b/install.sh
@@ -86,7 +86,7 @@ CDEBOOTSTRAP_EXTRA_PACKAGES=ifupdown,dropbear,udev,procps,netbase,vim-tiny,modul
 # This gets passed to cdebuildstrap. currently not used
 CDEBOOTSTRAP_EXCLUDE_PACKAGES=hello
 
-# FSO-specific packages
+# freesmartphone.org-specific packages
 # because of some apt-get bug, console-setup must be listed
 # before any other X.Org package, for more information see
 # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435662#45
@@ -252,7 +252,7 @@ ENVIRONMENT
                      (set to '$APT_RECOMMENDS', possible values are false/true)
 	DASH_BINSH   configure dash as default /bin/sh (set to '$DASH_BINSH',
                      possible values are true/false)
-	FSO_MIRROR   the Debian FSO repository (set to
+	FSO_MIRROR   the Debian freesmartphone.org repository (set to
                      '$FSO_MIRROR')
 	FSO_DEVICE   the device the installation is being performed on
                      (default to gta02, possible values are gta01/gta02)
@@ -835,13 +835,13 @@ action_fso () {
 
 	ensure_proc_is_mounted
 
-	echo "Installing FSO-specific packages"
+	echo "Installing freesmartphone.org-specific packages"
 	chroot "$INST_DIR" /bin/sh -e <<__END_CHROOT__
 export DEBIAN_FRONTEND=noninteractive
 apt-get $APT_OPTIONS install $FSO_PACKAGES
 apt-get clean
 __END_CHROOT__
-	echo "I: FSO packages installed"
+	echo "I: freesmartphone.org packages installed"
 }
 
 

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list