[Fai-commit] r5613 - in trunk: debian examples/simple/disk_config
Thomas Lange
lange at alioth.debian.org
Wed Oct 28 11:02:04 UTC 2009
Author: lange
Date: 2009-10-28 11:02:04 +0000 (Wed, 28 Oct 2009)
New Revision: 5613
Modified:
trunk/debian/changelog
trunk/examples/simple/disk_config/FAIBASE
trunk/examples/simple/disk_config/FAISERVER
Log:
disk_config/*: add nosuid, nodev and noatime to some partitions
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-10-28 10:55:50 UTC (rev 5612)
+++ trunk/debian/changelog 2009-10-28 11:02:04 UTC (rev 5613)
@@ -53,7 +53,7 @@
* fai-quickstart.prerm: source make-fai-nfsroot.conf instead of fai.conf
* fai, fai.8: add option -s/--cspace to specify the config space URL
(closes: #444213)
- * disk_config/*: add nosuid and nodev to some partitions
+ * disk_config/*: add nosuid, nodev and noatime to some partitions
* menu.lst/postinst: add /g to perl substitution command
* fai-class: do not remove additional-classes when in debug mode,
use the comma separated list of $ADDCLASSES for classes (closes: #497548)
Modified: trunk/examples/simple/disk_config/FAIBASE
===================================================================
--- trunk/examples/simple/disk_config/FAIBASE 2009-10-28 10:55:50 UTC (rev 5612)
+++ trunk/examples/simple/disk_config/FAIBASE 2009-10-28 11:02:04 UTC (rev 5613)
@@ -4,9 +4,9 @@
disk_config disk1 disklabel:msdos
-primary / 250 ext3 rw,errors=remount-ro
+primary / 250 ext3 rw,noatime,errors=remount-ro
logical swap 200-1000 swap rw
-logical /var 600-1300 ext3 rw createopts="-L var -m 5" tuneopts="-c 0 -i 0"
-logical /tmp 100-1G ext3 rw,nosuid,nodev createopts="-L tmp -m 0" tuneopts="-c 0 -i 0"
-logical /usr 1G-8G ext3 rw,nodev createopts="-L usr"
-logical /home 100-50% ext3 rw,nosuid,nodev createopts="-L home -m 1" tuneopts="-c 0 -i 0"
+logical /var 600-1300 ext3 rw,noatime createopts="-L var -m 5" tuneopts="-c 0 -i 0"
+logical /tmp 100-1G ext3 rw,noatime,nosuid,nodev createopts="-L tmp -m 0" tuneopts="-c 0 -i 0"
+logical /usr 1G-8G ext3 rw,noatime,nodev createopts="-L usr"
+logical /home 100-50% ext3 rw,noatime,nosuid,nodev createopts="-L home -m 1" tuneopts="-c 0 -i 0"
Modified: trunk/examples/simple/disk_config/FAISERVER
===================================================================
--- trunk/examples/simple/disk_config/FAISERVER 2009-10-28 10:55:50 UTC (rev 5612)
+++ trunk/examples/simple/disk_config/FAISERVER 2009-10-28 11:02:04 UTC (rev 5613)
@@ -4,10 +4,10 @@
disk_config disk1 disklabel:msdos
-primary / 300 ext3 rw,errors=remount-ro
+primary / 300 ext3 rw,noatime,errors=remount-ro
logical swap 200-1000 swap rw
-logical /var 600-5G ext3 rw,nosuid,nodev createopts="-m15" tuneopts="-c 0 -i 0"
-logical /tmp 100-1000 ext3 rw,nosuid,nodev createopts="-m 0" tuneopts="-c 0 -i 0"
-logical /usr 1G-6G ext3 rw
-logical /home 100-40% ext3 rw,nosuid,nodev createopts="-m 1" tuneopts="-c 0 -i 0"
-logical /srv 1G-50% ext3 rw createopts="-m 1" tuneopts="-c 0 -i 0"
+logical /var 600-5G ext3 rw,noatime,nosuid,nodev createopts="-m15" tuneopts="-c 0 -i 0"
+logical /tmp 100-1000 ext3 rw,noatime,nosuid,nodev createopts="-m 0" tuneopts="-c 0 -i 0"
+logical /usr 1G-6G ext3 rw,noatime
+logical /home 100-40% ext3 rw,noatime,nosuid,nodev createopts="-m 1" tuneopts="-c 0 -i 0"
+logical /srv 1G-50% ext3 rw,noatime createopts="-m 1" tuneopts="-c 0 -i 0"
More information about the Fai-commit
mailing list