[Lunar-commits] r14760 - in lunar-iso/trunk: lunar-install/sbin scripts

Auke Kok sofar at lunar-linux.org
Mon May 16 13:37:53 UTC 2005


Author: sofar
Date: 2005-05-16 13:37:52 +0000 (Mon, 16 May 2005)
New Revision: 14760

Modified:
   lunar-iso/trunk/lunar-install/sbin/lunar-install
   lunar-iso/trunk/scripts/rebuild
Log:
Trying this.. hold doesn't work (sigh)


Modified: lunar-iso/trunk/lunar-install/sbin/lunar-install
===================================================================
--- lunar-iso/trunk/lunar-install/sbin/lunar-install	2005-05-16 13:27:12 UTC (rev 14759)
+++ lunar-iso/trunk/lunar-install/sbin/lunar-install	2005-05-16 13:37:52 UTC (rev 14760)
@@ -1002,7 +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
+                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 +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
+                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 13:27:12 UTC (rev 14759)
+++ lunar-iso/trunk/scripts/rebuild	2005-05-16 13:37:52 UTC (rev 14760)
@@ -35,10 +35,10 @@
 echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
 echo ""
 
-chroot $ISO_TARGET lunar hold kernel-reqs
+chroot $ISO_TARGET lunar exile kernel-reqs
 chroot $ISO_TARGET lin linux-${ISO_KSUFFIX}
 chroot $ISO_TARGET lin kernel-headers-${ISO_KSUFFIX}
-chroot $ISO_TARGET lunar unhold kernel-reqs
+chroot $ISO_TARGET lunar unexile kernel-reqs
 
 echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
 echo "+          STARTING COMPILE PHASE OF ALL MODULES       +"



More information about the Lunar-commits mailing list