[Fai-commit] r3143 - trunk/bin
fai-repository at svn.debian.org
fai-repository at svn.debian.org
Sun Dec 4 15:43:31 UTC 2005
Author: lange
Date: 2005-12-04 15:43:31 +0000 (Sun, 04 Dec 2005)
New Revision: 3143
Modified:
trunk/bin/fai
Log:
nfs option noatime can only be set here, it does not work in pxelinux.cfg
Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai 2005-12-04 15:34:11 UTC (rev 3142)
+++ trunk/bin/fai 2005-12-04 15:43:31 UTC (rev 3143)
@@ -152,7 +152,7 @@
[ -x /sbin/portmap ] && /sbin/portmap
mount -t devpts devpts /dev/pts
# add other options for nfs mount of /dev/root to root-path in dhcpd.conf
-# mount -o remount,noatime,ro /dev/root /
+ mount -o remount,noatime,ro /dev/root /
cat /proc/kmsg >/dev/tty4 &
fi
fi
More information about the Fai-commit
mailing list