[Lunar-commits] CVS: lunar-iso/scripts proper,1.2,1.3
Auke Kok
sofar at lunar-linux.org
Thu Feb 3 21:04:31 UTC 2005
Update of /var/cvs/lunar/lunar-iso/scripts
In directory espresso.foo-projects.org:/tmp/cvs-serv1553
Modified Files:
proper
Log Message:
adjustment needed
Index: proper
===================================================================
RCS file: /var/cvs/lunar/lunar-iso/scripts/proper,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- proper 30 Nov 2004 10:33:10 -0000 1.2
+++ proper 3 Feb 2005 21:04:29 -0000 1.3
@@ -16,9 +16,12 @@
unset VERBOSE
optimize
+echo "+ running ldconfig"
+chroot $ISO_TARGET ldconfig
+
echo "+ wiping sources"
rm -f $ISO_TARGET/var/spool/lunar/*
-for mod in $(cat sources.list) ; do
+for mod in $(cat ${ISO_SOURCE}/conf/sources.list) ; do
for file in $(lvu sources $mod) ; do
echo -n "."
if [ -f ${ISO_SOURCE}/spool/$file ] ; then
@@ -67,9 +70,6 @@
## rm -rf linux-${ISO_KVER}
##); fi
-echo "+ finishing up"
-chroot $ISO_TARGET ldconfig
-
# copy the installed code over:
cp lunar-install/init.d/lunar-install $ISO_TARGET/etc/init.d/
ln -s /etc/init.d/lunar-install $ISO_TARGET/etc/rc3.d/S20lunar-install
More information about the Lunar-commits
mailing list