[Fai-commit] r4081 - trunk/bin
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Wed Oct 11 17:58:23 UTC 2006
Author: lange
Date: 2006-10-11 17:58:23 +0000 (Wed, 11 Oct 2006)
New Revision: 4081
Modified:
trunk/bin/make-fai-nfsroot
Log:
add option -s to ainsl call
Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot 2006-10-11 17:50:47 UTC (rev 4080)
+++ trunk/bin/make-fai-nfsroot 2006-10-11 17:58:23 UTC (rev 4081)
@@ -237,8 +237,8 @@
[ -d $NFSROOT/var/state ] || mkdir $NFSROOT/var/state
cp -a $cfdir/apt $NFSROOT/etc
- ainsl -a $NFSROOT/etc/hosts "127.0.0.1 localhost"
- ainsl $NFSROOT/etc/hosts "$NFSROOT_ETC_HOSTS"
+ ainsl -as $NFSROOT/etc/hosts "127.0.0.1 localhost"
+ ainsl $NFSROOT/etc/hosts "$NFSROOT_ETC_HOSTS"
add_all_host_entries
# we need these option before installing the first package. So we
More information about the Fai-commit
mailing list