[Lunar-commits] r14769 - in lunar-iso/trunk: lunar-install/sbin scripts
Auke Kok
sofar at lunar-linux.org
Mon May 16 18:30:16 UTC 2005
Author: sofar
Date: 2005-05-16 18:30:15 +0000 (Mon, 16 May 2005)
New Revision: 14769
Modified:
lunar-iso/trunk/lunar-install/sbin/lunar-install
lunar-iso/trunk/scripts/rebuild
Log:
This no longer needed.
Modified: lunar-iso/trunk/lunar-install/sbin/lunar-install
===================================================================
--- lunar-iso/trunk/lunar-install/sbin/lunar-install 2005-05-16 18:26:16 UTC (rev 14768)
+++ lunar-iso/trunk/lunar-install/sbin/lunar-install 2005-05-16 18:30:15 UTC (rev 14769)
@@ -1002,7 +1002,6 @@
"A" "linux-2.4-agr" "Low-latency and preemptive kernel" \
"O" "linux-2.4-om" "OpenMosix clustering kernel"`
- chroot_run lunar exile kernel-reqs
case $CCOMMAND in
L) chroot_run lin -r linux-2.4 ;;
S) chroot_run lin -r linux-2.4-stable ;;
@@ -1011,7 +1010,6 @@
A) chroot_run lin -r linux-2.4-aggressive ;;
O) chroot_run lin -r linux-2.4-om ;;
esac
- chroot_run lunar unexile 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 18:26:16 UTC (rev 14768)
+++ lunar-iso/trunk/scripts/rebuild 2005-05-16 18:30:15 UTC (rev 14769)
@@ -35,10 +35,8 @@
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo ""
-chroot $ISO_TARGET lunar exile kernel-reqs
-chroot $ISO_TARGET lin linux-${ISO_KSUFFIX}
+yes '' | chroot $ISO_TARGET lin linux-${ISO_KSUFFIX}
chroot $ISO_TARGET lin kernel-headers-${ISO_KSUFFIX}
-chroot $ISO_TARGET lunar unexile kernel-reqs
echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo "+ STARTING COMPILE PHASE OF ALL MODULES +"
More information about the Lunar-commits
mailing list