Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/usr-chroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr-chroot.sh')
-rwxr-xr-xusr-chroot.sh54
1 files changed, 54 insertions, 0 deletions
diff --git a/usr-chroot.sh b/usr-chroot.sh
new file mode 100755
index 0000000..c9fc375
--- /dev/null
+++ b/usr-chroot.sh
@@ -0,0 +1,54 @@
+#!/bin/sh
+##
+## usr-chroot.sh
+##
+## Made by David Farning
+## Login <dfarning@acer>
+##
+## Started on Fri Jan 1 03:35:38 2010 David Farning
+## Last update Thu Jan 14 12:56:12 2010 David Farning
+##
+
+cat << EOF > /etc/apt/sources.list
+deb http://10.0.0.2:3142/archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
+deb http://10.0.0.2:3142/ppa.launchpad.net/sugarteam/ppa/ubuntu lucid main
+EOF
+
+cat << EOF > /etc/apt/preferences
+Explanation: prefer packages from sugarteam PPA
+Package: *
+Pin: release o=LP-PPA-sugarteam
+Pin-Priority: 1001
+EOF
+
+cat << EOF > /etc/usplash.conf
+xres=1024
+yres=768
+EOF
+
+sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 363C5DAC
+
+apt-get update
+
+apt-get install --force-yes --yes ubuntu-sugar-remix sugar-activities
+apt-get install --yes casper lupin-casper
+apt-get install --yes discover1 laptop-detect os-prober
+apt-get install --force-yes -y linux-image-generic
+#apt-get install -y ubiquity grub-gfxboot
+
+#apt-get -y install hulahop xulrunner python-xpcom
+
+#FIXME #BUG502437
+#apt-get -y install python-numpy python-pygame
+
+## Install Sugar ##
+#apt-get install -y --install-recommends sugar-session-0.88 sucrose-0.88 sugar-terminal-activity
+
+#apt-get -y upgrade
+
+## Install vim -- I just prefer it for working in the chroot ##
+#apt-get -y install vim
+/bin/bash
+
+apt-get clean
+#exit