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

Steffen Moeller moeller at debian.org
Sun Feb 22 23:36:10 UTC 2009


The following commit has been merged in the master branch:
commit 31d02a5e0d29e7b4ca2a5f69df47810770d3f89a
Author: Steffen Moeller <moeller at debian.org>
Date:   Mon Feb 23 00:29:53 2009 +0100

    Prepared for games.

diff --git a/install.sh b/install.sh
index 48cc249..a0ba2d1 100755
--- a/install.sh
+++ b/install.sh
@@ -89,6 +89,9 @@ FSO_PACKAGES="nodm matchbox-window-manager zhone fso-frameworkd fso-gpsd openmok
 xserver-xorg-video-fbdev xserver-xorg-input-tslib xterm xinit xfonts-base x11-xserver-utils \
 xserver-xorg-input-all- xserver-xorg-input-synaptics- xserver-xorg-input-wacom- xserver-xorg-video-all- xserver-xorg-video-v4l- xserver-xorg-video-voodoo- xserver-xorg-video-vga- xserver-xorg-video-vesa- xserver-xorg-video-tseng- xserver-xorg-video-trident- xserver-xorg-video-tga- xserver-xorg-video-tdfx- xserver-xorg-video-sisusb- xserver-xorg-video-sis- xserver-xorg-video-siliconmotion- xserver-xorg-video-savage- xserver-xorg-video-s3virge- xserver-xorg-video-s3- xserver-xorg-video-rendition- xserver-xorg-video-radeonhd- xserver-xorg-video-nv- xserver-xorg-video-nsc- xserver-xorg-video-neomagic- xserver-xorg-video-mga- xserver-xorg-video-imstt- xserver-xorg-video-i740- xserver-xorg-video-i128- xserver-xorg-video-glint- xserver-xorg-video-dummy- xserver-xorg-video-cyrix- xserver-xorg-video-chips- xserver-xorg-video-ati- xserver-xorg-video-radeon- xserver-xorg-video-mach64- xserver-xorg-video-r128- xserver-xorg-video-cirrus- xserver-xorg-video-ark- xserver-xorg-video-apm-"
 
+# Games sufficiently well suited for the FreeRunner
+GAMES_PACKAGES="mokomaze"
+
 # device-specific values
 UBOOT_ENV_SIZE=262144
 
@@ -702,6 +705,19 @@ __END_CHROOT__
 
 
 #
+# Stage games
+#
+action_games () {
+	echo "Installing a selection of games"
+	chroot $INST_DIR /bin/sh -e <<__END_CHROOT__
+apt-get $APT_OPTIONS install $GAMES_PACKAGES
+apt-get clean
+__END_CHROOT__
+	echo "I: Selection of nice games installed"
+}
+
+
+#
 # Stage configuration
 #
 action_configuration () {
@@ -1136,6 +1152,21 @@ do
                         assignParametername="$i"
 			assignVariablename="WITH_WIFI"
 			;;
+
+		 "minimal")
+			action_testing
+			action_time
+			action_partition
+			action_format
+			action_mount
+			action_debian
+			action_apt
+			action_fso
+			action_configuration
+			action_kernel
+			action_uboot
+			action_unmount
+			;;
 		 "all")
 			action_testing
 			action_time
@@ -1146,11 +1177,12 @@ do
 			action_apt
 			action_fso
 			action_configuration
+			action_games
 			action_kernel
 			action_uboot
 			action_unmount
 			;;
-		 "testing"|"time"|"partition"|"format"|"mount"|"debian"|"apt"|"fso"|"configuration"|"kernel"|"unmount"|"uboot")
+		 "testing"|"time"|"partition"|"format"|"mount"|"debian"|"apt"|"fso"|"configuration"|"kernel"|"unmount"|"uboot"|"games")
 			if [ -z "$showHelp" ]; then
 				echo "Running stage $i"
 				action_$i

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list