[Fai-commit] r5481 - in trunk: debian examples/simple/scripts/LAST
Thomas Lange
lange at alioth.debian.org
Thu Jul 23 16:27:23 UTC 2009
Author: lange
Date: 2009-07-23 16:27:21 +0000 (Thu, 23 Jul 2009)
New Revision: 5481
Modified:
trunk/debian/changelog
trunk/examples/simple/scripts/LAST/50-misc
Log:
use ainsl instead of echo
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-07-23 12:19:03 UTC (rev 5480)
+++ trunk/debian/changelog 2009-07-23 16:27:21 UTC (rev 5481)
@@ -45,6 +45,7 @@
* disk_config/FAIBASE: add file system labels
* examples/more-tests: add more tests from Sebastian
* savelog.LAST.source: add error patterns
+ * LAST/50-misc: use ainsl instead of echo
[ Michael Tautschnig ]
* setup-storage/Parser.pm: Set the boot flag on partition mounted at /, if
Modified: trunk/examples/simple/scripts/LAST/50-misc
===================================================================
--- trunk/examples/simple/scripts/LAST/50-misc 2009-07-23 12:19:03 UTC (rev 5480)
+++ trunk/examples/simple/scripts/LAST/50-misc 2009-07-23 16:27:21 UTC (rev 5481)
@@ -11,7 +11,7 @@
done
[ "$FAI_DEBMIRROR" ] &&
-echo "#$FAI_DEBMIRROR $MNTPOINT nfs ro 0 0" >> $target/etc/fstab
+ ainsl $target/etc/fstab "#$FAI_DEBMIRROR $MNTPOINT nfs ro 0 0"
# set bios clock
if [ $do_init_tasks -eq 1 ] ; then
More information about the Fai-commit
mailing list