#!/bin/sh ## ## usr-chroot.sh ## ## Made by David Farning ## Login ## ## Started on Fri Jan 1 03:35:38 2010 David Farning ## Last update Sun Jan 31 14:43:53 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 os-prober apt-get install --force-yes -y linux-image-generic apt-get install -y ubiquity ubiquity-casper ubiquity-frontend-gtk ubiquity-slideshow-ubuntu #grub-gfxboot echo "here" /bin/bash apt-get clean