[Fai-commit] r5476 - in trunk: debian examples/simple/disk_config

Thomas Lange lange at alioth.debian.org
Thu Jul 23 09:55:38 UTC 2009


Author: lange
Date: 2009-07-23 09:55:36 +0000 (Thu, 23 Jul 2009)
New Revision: 5476

Modified:
   trunk/debian/changelog
   trunk/examples/simple/disk_config/FAIBASE
Log:
disk_config/FAIBASE: add file system labels

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-07-22 14:23:31 UTC (rev 5475)
+++ trunk/debian/changelog	2009-07-23 09:55:36 UTC (rev 5476)
@@ -1,4 +1,4 @@
-fai (3.2.23~beta4) unstable; urgency=low
+fai (3.2.23~beta5) unstable; urgency=low
 
   [ Thomas Lange ]
   * subroutines-linux: fix log message
@@ -41,6 +41,7 @@
   * faimond-gui: add task tests
   * tests/Faitest.pm: new file including subroutines for tests. Thanks to
     Sebastian Hetze for the initial version.
+  * disk_config/FAIBASE: add file system labels
   
   [ Michael Tautschnig ]
   * setup-storage/Parser.pm: Set the boot flag on partition mounted at /, if

Modified: trunk/examples/simple/disk_config/FAIBASE
===================================================================
--- trunk/examples/simple/disk_config/FAIBASE	2009-07-22 14:23:31 UTC (rev 5475)
+++ trunk/examples/simple/disk_config/FAIBASE	2009-07-23 09:55:36 UTC (rev 5476)
@@ -4,9 +4,9 @@
 
 disk_config disk1 disklabel:msdos
 
-primary  /             250	  ext3   rw,errors=remount-ro
-logical  swap          200-1000   swap   rw                   
-logical  /var          600-1300   ext3   rw         createopts="-m 5" tuneopts="-c 0 -i 0"
-logical  /tmp          100-1G     ext3   rw,nosuid,nodev createopts="-m 0" tuneopts="-c 0 -i 0"
-logical  /usr          1G-8G      ext3   rw,nodev
-logical  /home         100-50%    ext3   rw,nosuid,nodev createopts="-m 1" tuneopts="-c 0 -i 0"
+primary /      250      ext3  rw,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"




More information about the Fai-commit mailing list