[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r15666: Fix mtools.conf to make syslinux happy. (incognito/trunk)
Author: anonym
Date: 2008-07-05 10:59:54 -0400 (Sat, 05 Jul 2008)
New Revision: 15666
Modified:
incognito/trunk/fsscript.sh
Log:
Fix mtools.conf to make syslinux happy.
Modified: incognito/trunk/fsscript.sh
===================================================================
--- incognito/trunk/fsscript.sh 2008-07-05 10:49:48 UTC (rev 15665)
+++ incognito/trunk/fsscript.sh 2008-07-05 14:59:54 UTC (rev 15666)
@@ -8,6 +8,9 @@
done
rm -rf /var/patches
+# Setup mtools.conf so that syslinux works
+sed -i 's/^SAMPLE FILE$/#SAMPLE FILE/' /etc/mtools/mtools.conf
+
# Handled by NetworkManager
if [[ -x /usr/sbin/NetworkManager ]]; then
sed -i 's/^RC_PLUG_SERVICES=.*/RC_PLUG_SERVICES="net.lo !net.*"/' /etc/conf.d/rc