From: Andres Salomon Date: Tue, 18 Nov 2008 05:39:59 +0000 (-0500) Subject: initchroot: update to the new xorg driver (2.11) X-Git-Tag: v0.4~6 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23a64de08810b95ed9b4384cecd3de9443b705e7;p=xodist initchroot: update to the new xorg driver (2.11) This includes a much much nicer font! Signed-off-by: Andres Salomon --- diff --git a/initchroot.sh b/initchroot.sh index 5bbe335..9a4c650 100755 --- a/initchroot.sh +++ b/initchroot.sh @@ -147,7 +147,8 @@ echo "en_US.UTF-8 UTF-8" >${ROOT_DIR}/etc/locale.gen k="http://lunge.mit.edu/~dilinger/debxo-0.2/initramfs-tools_0.92l.2_all.deb http://lunge.mit.edu/~dilinger/debxo-0.2/ofw-config_0.1_all.deb - http://lunge.mit.edu/~dilinger/debxo-0.3/linux-2.6.25.15_2.6.25.15-147_i386.deb" + http://lunge.mit.edu/~dilinger/debxo-0.3/linux-2.6.25.15_2.6.25.15-147_i386.deb + http://lunge.mit.edu/~dilinger/debxo-0.4/xserver-xorg-video-geode_2.11.0-0.1_i386.deb" mkdir -p cache for i in $k; do pkg=$(basename ${i}) @@ -158,6 +159,8 @@ for i in $k; do echo $pkgbase hold | (chroot ${ROOT_DIR} dpkg --set-selections) rm -f ${ROOT_DIR}/${pkg} done +# take the geode driver off hold +echo xserver-xorg-video-geode install | (chroot ${ROOT_DIR} dpkg --set-selections) # ensure certain modules get loaded during boot cat >>${ROOT_DIR}/etc/modules<${ROOT_DIR}/etc/X11/xorg.conf<