[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. 31468024511533c847857202091cf8f58944784d
Luca Capello
luca at pca.it
Mon Oct 27 14:24:56 UTC 2008
The following commit has been merged in the master branch:
commit 31468024511533c847857202091cf8f58944784d
Author: Luca Capello <luca at pca.it>
Date: Mon Oct 27 14:05:50 2008 +0100
install.sh: install the Debian kernel package
diff --git a/install.sh b/install.sh
index 7d82689..830e854 100755
--- a/install.sh
+++ b/install.sh
@@ -42,8 +42,6 @@ TESTHOST=www.debian.org
RDATEHOST=ntp.fu-berlin.de
WPA_SUPPLICANT_CONF=/etc/wpa_supplicant/wpa_supplicant.conf
DROPBEAR_KEYS="/etc/dropbear/dropbear_rsa_host_key /etc/dropbear/dropbear_dss_host_key"
-KERNEL_IMAGE=http://downloads.openmoko.org/framework/milestone3/uImage-2.6.24+r5+gitr1+ca19d156400f817960efe0d14680324b2ea34171-r5-om-gta02.bin
-KERNEL_MODULES=http://downloads.openmoko.org/framework/milestone3/modules-2.6.24+r5+gitr1+ca19d156400f817960efe0d14680324b2ea34171-r5-om-gta02.tgz
# cdebootstrap options
# with packages for a basic debian with network connectivity
@@ -591,14 +589,8 @@ kernel)
#
# Stage kernel
#
-echo "Installing kernel image and modules"
-echo " * Dowloading kernel image"
-wget -O $INST_DIR/boot/uImage.bin $KERNEL_IMAGE
-echo $KERNEL_IMAGE > $INST_DIR/boot/version
-echo " * Downloading kernel modules"
-wget -O - $KERNEL_MODULES | tar -xz -f - -C $INST_DIR
-echo " * Running depmod"
-chroot $INST_DIR depmod
+echo "Installing kernel package"
+chroot $INST_DIR apt-get --yes install linux-image-2.6.24-openmoko-gta02
echo "I: Kernel installed"
;;
--
Various non-packaged files
More information about the pkg-fso-commits
mailing list