[Fai-commit] r3080 - in trunk: debian
examples/simple/scripts/FAIBASE
fai-repository at svn.debian.org
fai-repository at svn.debian.org
Wed Nov 23 08:47:03 UTC 2005
Author: lange
Date: 2005-11-23 08:47:00 +0000 (Wed, 23 Nov 2005)
New Revision: 3080
Modified:
trunk/debian/changelog
trunk/examples/simple/scripts/FAIBASE/10-misc
Log:
with kernel 2.6.14 we can call tune2fs (closes: #307147)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-11-21 21:02:36 UTC (rev 3079)
+++ trunk/debian/changelog 2005-11-23 08:47:00 UTC (rev 3080)
@@ -28,8 +28,10 @@
* subroutines: test if hooks are executable (closes: #338524)
* make-fai-bootfloppy: fix code for -i when using a relative path
(closes: #314551)
+ * FAIBASE/10-misc: with the new fai-kernels package we can call tune2fs
+ even when using a 2.6 kernel (closes: #307147)
- -- Thomas Lange <lange at debian.org> Mon, 21 Nov 2005 22:01:58 +0100
+ -- Thomas Lange <lange at debian.org> Wed, 23 Nov 2005 09:46:06 +0100
fai (2.8.4) unstable; urgency=high
Modified: trunk/examples/simple/scripts/FAIBASE/10-misc
===================================================================
--- trunk/examples/simple/scripts/FAIBASE/10-misc 2005-11-21 21:02:36 UTC (rev 3079)
+++ trunk/examples/simple/scripts/FAIBASE/10-misc 2005-11-23 08:47:00 UTC (rev 3080)
@@ -11,18 +11,12 @@
done
# disable fsck on ext3 filesystems
-case $(uname -r) in
- 2.6*) : ;; # may cause major kernel problems on 2.6 kernel
- *)
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
- ;;
-esac
-
# assuming that make-fai-nfsroot.conf sets
# FAI_LOCAL_REPOSITORY="deb file:/fai/files packages/"
# install additional packags that are located in /fai/files/packages/
More information about the Fai-commit
mailing list