[Lunar-commits] r15424 - lunar-iso/branches/lunar-iso-2.6/scripts
Jaime Buffery
nestu at lunar-linux.org
Mon Jun 20 12:14:34 UTC 2005
Author: nestu
Date: 2005-06-20 12:14:33 +0000 (Mon, 20 Jun 2005)
New Revision: 15424
Modified:
lunar-iso/branches/lunar-iso-2.6/scripts/rebuild
Log:
It should take the depends set up from the etc script. If there's no depend file, you will be asked.
Modified: lunar-iso/branches/lunar-iso-2.6/scripts/rebuild
===================================================================
--- lunar-iso/branches/lunar-iso-2.6/scripts/rebuild 2005-06-20 11:38:13 UTC (rev 15423)
+++ lunar-iso/branches/lunar-iso-2.6/scripts/rebuild 2005-06-20 12:14:33 UTC (rev 15424)
@@ -22,7 +22,9 @@
echo ""
for mod in $(cat conf/base.list conf/base.list-${ISO_KSUFFIX} conf/extended.list) ; do
- yes '' | chroot $ISO_TARGET /sbin/lin --deps $mod
+ # this will be harmless if all the modules have been lined already
+ # that is normally the case, otherwise cachefill would b0rk.
+ chroot $ISO_TARGET /sbin/lin --deps $mod
done
umount $ISO_TARGET/proc &> /dev/null
More information about the Lunar-commits
mailing list