[Lunar-commits] r21729 - lunar-iso/trunk/scripts
Auke Kok
sofar at lunar-linux.org
Mon Oct 9 22:09:23 UTC 2006
Author: sofar
Date: 2006-10-09 22:09:23 +0000 (Mon, 09 Oct 2006)
New Revision: 21729
Modified:
lunar-iso/trunk/scripts/rebuild
Log:
workaround alias code for now - assume first mentioned alias is the preferred one
Modified: lunar-iso/trunk/scripts/rebuild
===================================================================
--- lunar-iso/trunk/scripts/rebuild 2006-10-09 20:45:27 UTC (rev 21728)
+++ lunar-iso/trunk/scripts/rebuild 2006-10-09 22:09:23 UTC (rev 21729)
@@ -24,7 +24,7 @@
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
+ yes '' | NEVER_ASK=y chroot $ISO_TARGET /sbin/lin --deps $mod
done
umount $ISO_TARGET/proc &> /dev/null
More information about the Lunar-commits
mailing list