[Fai-commit] r5092 - in trunk: debian examples/simple/scripts/FAIBASE
lange at alioth.debian.org
lange at alioth.debian.org
Fri Sep 5 17:29:03 UTC 2008
Author: lange
Date: 2008-09-05 17:29:02 +0000 (Fri, 05 Sep 2008)
New Revision: 5092
Modified:
trunk/debian/changelog
trunk/examples/simple/scripts/FAIBASE/10-misc
Log:
10-misc: remove tune2fs call, now done by new partition tool
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-09-05 17:01:48 UTC (rev 5091)
+++ trunk/debian/changelog 2008-09-05 17:29:02 UTC (rev 5092)
@@ -1,4 +1,4 @@
-fai (3.2.10~beta2) unstable; urgency=low
+fai (3.2.10~beta3) unstable; urgency=low
* control: add build-depends-indep (closes: #497683),
add cfengine2 as recommends to fai-client (closes: #442843),
@@ -25,8 +25,9 @@
* use new partition tool in simple examples
* remove class SETUPSTORAGE
* package_config/GNOME: make gnome example smaller
+ * 10-misc: remove tune2fs call, now done by new partition tool
- -- Thomas Lange <lange at debian.org> Fri, 05 Sep 2008 16:08:54 +0200
+ -- Thomas Lange <lange at debian.org> Fri, 05 Sep 2008 19:28:10 +0200
fai (3.2.9) unstable; urgency=low
Modified: trunk/examples/simple/scripts/FAIBASE/10-misc
===================================================================
--- trunk/examples/simple/scripts/FAIBASE/10-misc 2008-09-05 17:01:48 UTC (rev 5091)
+++ trunk/examples/simple/scripts/FAIBASE/10-misc 2008-09-05 17:29:02 UTC (rev 5092)
@@ -1,6 +1,6 @@
#! /bin/bash
-# (c) Thomas Lange, 2001-2007, lange at debian.org
+# (c) Thomas Lange, 2001-2008, lange at debian.org
error=0 ; trap "error=$((error|1))" ERR
@@ -10,13 +10,6 @@
ainsl -a $target/etc/modules "^$module$"
done
-# disable fsck on ext3 filesystemsm this can be replaced by tuneopts in disk_config
-for part in $(mount|grep $target |grep "type ext3"|perl -ane 'print "$F[0] "')
-do
- echo "Disable periodic fsck on $part"
- tune2fs -c 0 -i 0 $part
-done
-
fcopy /etc/hostname || echo $HOSTNAME > $target/etc/hostname
echo $TIMEZONE > $target/etc/timezone
ln -fs /usr/share/zoneinfo/${TIMEZONE} $target/etc/localtime
More information about the Fai-commit
mailing list