[Lunar-commits] r14756 - in lunar-iso/trunk: lunar-install/sbin scripts
Auke Kok
sofar at lunar-linux.org
Mon May 16 12:51:05 UTC 2005
Author: sofar
Date: 2005-05-16 12:51:04 +0000 (Mon, 16 May 2005)
New Revision: 14756
Modified:
lunar-iso/trunk/lunar-install/sbin/lunar-install
lunar-iso/trunk/scripts/rebuild
Log:
make sure we don't compile kernel-reqs cos right now it bombs.
Modified: lunar-iso/trunk/lunar-install/sbin/lunar-install
===================================================================
--- lunar-iso/trunk/lunar-install/sbin/lunar-install 2005-05-16 12:38:19 UTC (rev 14755)
+++ lunar-iso/trunk/lunar-install/sbin/lunar-install 2005-05-16 12:51:04 UTC (rev 14756)
@@ -1002,6 +1002,7 @@
"A" "linux-2.4-agr" "Low-latency and preemptive kernel" \
"O" "linux-2.4-om" "OpenMosix clustering kernel"`
+ chroot_run lunar hold kernel-reqs
case $CCOMMAND in
L) chroot_run lin -r linux-2.4 ;;
S) chroot_run lin -r linux-2.4-stable ;;
@@ -1010,6 +1011,7 @@
A) chroot_run lin -r linux-2.4-aggressive ;;
O) chroot_run lin -r linux-2.4-om ;;
esac
+ chroot_run lunar unhold kernel-reqs
;;
P)
CCOMMAND=`$DIALOG --title "Kernel selection menu" --cancel-label "Exit" --item-help --menu "" 0 0 0 \
Modified: lunar-iso/trunk/scripts/rebuild
===================================================================
--- lunar-iso/trunk/scripts/rebuild 2005-05-16 12:38:19 UTC (rev 14755)
+++ lunar-iso/trunk/scripts/rebuild 2005-05-16 12:51:04 UTC (rev 14756)
@@ -35,8 +35,10 @@
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo ""
+chroot $ISO_TARGET lunar hold kernel-reqs
chroot $ISO_TARGET lin linux-${ISO_KSUFFIX}
chroot $ISO_TARGET lin kernel-headers-${ISO_KSUFFIX}
+chroot $ISO_TARGET lunar unhold kernel-reqs
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo "+ STARTING COMPILE PHASE OF ALL MODULES +"
More information about the Lunar-commits
mailing list