[Lunar-commits] r14785 - lunar-iso/trunk/scripts

Auke Kok sofar at lunar-linux.org
Tue May 17 10:48:04 UTC 2005


Author: sofar
Date: 2005-05-17 10:46:45 +0000 (Tue, 17 May 2005)
New Revision: 14785

Modified:
   lunar-iso/trunk/scripts/etc
   lunar-iso/trunk/scripts/rebuild
Log:
Moving things to scripts/etc which makes more sense.


Modified: lunar-iso/trunk/scripts/etc
===================================================================
--- lunar-iso/trunk/scripts/etc	2005-05-17 10:36:28 UTC (rev 14784)
+++ lunar-iso/trunk/scripts/etc	2005-05-17 10:46:45 UTC (rev 14785)
@@ -31,6 +31,8 @@
   chroot $ISO_TARGET /sbin/lsh create_module_index
   echo "+ installing depends.cache"
   chroot $ISO_TARGET /sbin/lsh create_depends_cache
+  echo "+ installing plugins"
+  chroot $ISO_TARGET /sbin/lsh update_plugins
 )
   
 # manual fixes needed before compiling:
@@ -38,4 +40,10 @@
 [ ! -e $ISO_TARGET/usr/bin/cc ] && ln -s /usr/bin/gcc $ISO_TARGET/usr/bin/cc
 [ ! -e $ISO_TARGET/usr/include/gnu/stubs.h ] && mkdir -p $ISO_TARGET/usr/include/gnu && cp /usr/include/gnu/stubs.h $ISO_TARGET/usr/include/gnu/stubs.h
 
+echo "+ running ldconfig"
+chroot $ISO_TARGET /sbin/ldconfig
+
+chroot $ISO_TARGET lunar set ARCHIVE on
+
+
 touch $ISO_TARGET/.etcf

Modified: lunar-iso/trunk/scripts/rebuild
===================================================================
--- lunar-iso/trunk/scripts/rebuild	2005-05-17 10:36:28 UTC (rev 14784)
+++ lunar-iso/trunk/scripts/rebuild	2005-05-17 10:46:45 UTC (rev 14785)
@@ -6,17 +6,8 @@
 export VERBOSE=off
 optimize
 
-# first things first
-chroot $ISO_TARGET /sbin/ldconfig
-
-# rebuild all modules
-chroot $ISO_TARGET lunar set ARCHIVE on
-
 mount -t proc proc $ISO_TARGET/proc
 
-echo "+ updating plugins first"
-chroot $ISO_TARGET lsh update_plugins
-
 echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
 echo "+          STARTING CONFIGURING MODULES                +"
 echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++"



More information about the Lunar-commits mailing list