Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/soas-xo.ks
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-06-30 04:28:24 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-06-30 11:35:47 (GMT)
commit245baa40dae74ee12450ec1d9cff2d444e7e7adc (patch)
tree5b683784fc2749ce42d964cd23d018e822adfa43 /soas-xo.ks
parentd6ea52efb28b33f4d18e6e3de34dcad682e23335 (diff)
remove more detritus from manual installs of kernel, kbdshim, & powerd rpms
Diffstat (limited to 'soas-xo.ks')
-rw-r--r--soas-xo.ks54
1 files changed, 0 insertions, 54 deletions
diff --git a/soas-xo.ks b/soas-xo.ks
index db3ad78..b1a031f 100644
--- a/soas-xo.ks
+++ b/soas-xo.ks
@@ -427,37 +427,6 @@ chmod a+r /var/log/messages
##################
-
-%end
-
-
-%post --nochroot
-
-mkdir -p $INSTALL_ROOT/var/tmp
-cp ../bits/kernel-2.6.25-20090223.1.olpc.69098d87d56945c.i586.rpm \
- ../bits/kernel-2.6.30-20090604.1.olpc.9f05ee9.i586.rpm \
- ../bits/olpc-kbdshim-6-3.fc9.i386.rpm \
- ../bits/olpc-powerd-7-1.fc9.i386.rpm \
- $INSTALL_ROOT/var/tmp
-
-%end
-
-
-
-#do this at the end because it (might/does) depend on rpms install outside of the chroot
-%post
-
-set -x
-
-mount -o bind /dev $INSTALL_ROOT/dev
-mount -o bind /proc $INSTALL_ROOT/proc
-
-##################
-# BEGIN prime yum db
-setarch i386 yum -y update
-##################
-
-
##################
# BEGIN add yum repos
cat >> /etc/yum.repos.d/sugar.repo << FOE
@@ -483,25 +452,6 @@ FOE
##################
-# BEGIN install k
-#OLPC stable kernel with DCON + PM + OFW
-setarch i386 rpm -ivh --force --nodeps /var/tmp/kernel-2.6.25-20090223.1.olpc.69098d87d56945c.i586.rpm
-
-#OLPC development kernel with DCON + PM
-setarch i386 rpm -ivh --force --nodeps /var/tmp/kernel-2.6.30-20090604.1.olpc.9f05ee9.i586.rpm
-# END install kernels
-##################
-
-
-##################
-# BEGIN install olpc-powerd and olpc-kbdshim
-# FIXME: remove when packaged in rawhide / F11
-setarch i386 rpm -ivh /var/tmp/olpc-powerd-7-1.fc9.i386.rpm /var/tmp/olpc-kbdshim-6-3.fc9.i386.rpm
-# END install olpc-powerd and olpc-kbdshim
-##################
-
-
-##################
# BEGIN setup services
for service in auditd cpuspeed cups dnsmasq exim firstboot gpm ip6tables irda livesys livesys-late mdmonitor netfs network nfs nfslock nscd pcscd portreserve readahead_early readahead_later rpcbind rpcgssd rpcidmapd setroubleshoot yum-updatesd ; do
/sbin/chkconfig --level 2345 $service off
@@ -515,8 +465,4 @@ sed -i -e 's/PROMPT=yes/PROMPT=no/;' /etc/sysconfig/init
# END setup services
##################
-umount $INSTALL_ROOT/dev/pts
-umount $INSTALL_ROOT/dev
-umount $INSTALL_ROOT/proc
-
%end \ No newline at end of file