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

Luca Capello luca at pca.it
Wed Nov 12 13:39:47 UTC 2008


The following commit has been merged in the master branch:
commit fea282ffb380d239b2db2d8cca9d3394a89ce8af
Author: Luca Capello <luca at pca.it>
Date:   Wed Nov 12 14:39:21 2008 +0100

    install.sh: run `apt-get clean` after kernel installation

diff --git a/install.sh b/install.sh
index 8025095..0e3b036 100755
--- a/install.sh
+++ b/install.sh
@@ -598,7 +598,10 @@ kernel)
 # Stage kernel
 #
 echo "Installing kernel package"
-chroot $INST_DIR apt-get --yes install linux-image-2.6.24-openmoko-gta02
+chroot $INST_DIR /bin/sh -e <<__END_CHROOT__
+apt-get --yes install linux-image-2.6.24-openmoko-gta02
+apt-get clean
+__END_CHROOT__
 echo "I: Kernel installed"
 ;;
 

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list