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

Luca Capello luca at pca.it
Wed May 13 06:09:21 UTC 2009


The following commit has been merged in the master branch:
commit 2ba4798b71b0b0ce909262a3196354ac6e7150d5
Author: Luca Capello <luca at pca.it>
Date:   Wed May 13 01:37:45 2009 +0200

    install.sh: list console-setup before any other X.Org package
    
    This is because of a bug in apt-get, for more information see
      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435662#45

diff --git a/install.sh b/install.sh
index e2600df..100b61c 100755
--- a/install.sh
+++ b/install.sh
@@ -87,8 +87,11 @@ CDEBOOTSTRAP_EXTRA_PACKAGES=ifupdown,dropbear,udev,procps,netbase,vim-tiny,modul
 CDEBOOTSTRAP_EXCLUDE_PACKAGES=hello
 
 # FSO-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
 FSO_PACKAGES="matchbox-window-manager zhone fso-frameworkd fso-gpsd openmoko-panel-plugin dbus-x11 trayer fso-utils mtd-utils \
-xserver-xorg-video-fbdev xserver-xorg-input-tslib xserver-xorg-core xserver-xorg xterm xinit xfonts-base x11-xserver-utils"
+console-setup xserver-xorg-video-fbdev xserver-xorg-input-tslib xserver-xorg-core xserver-xorg xterm xinit xfonts-base x11-xserver-utils"
 
 # well-suited software for the FreeRunner
 PACKAGES_TASK_GAMES="mokomaze sgt-puzzles"

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list