[Fai-commit] r4988 - in trunk/examples/simple: class disk_config

lange at alioth.debian.org lange at alioth.debian.org
Fri Jun 13 15:57:23 UTC 2008


Author: lange
Date: 2008-06-13 15:57:22 +0000 (Fri, 13 Jun 2008)
New Revision: 4988

Added:
   trunk/examples/simple/class/SETUPSTORAGE.var
   trunk/examples/simple/disk_config/SETUPSTORAGE
Log:
add examples for setup-storage, add class SETUPSTORAGE,
this class is for easy testing only and will be removed later


Added: trunk/examples/simple/class/SETUPSTORAGE.var
===================================================================
--- trunk/examples/simple/class/SETUPSTORAGE.var	                        (rev 0)
+++ trunk/examples/simple/class/SETUPSTORAGE.var	2008-06-13 15:57:22 UTC (rev 4988)
@@ -0,0 +1,3 @@
+# enable the use of th new partioning tool
+USE_SETUP_STORAGE=1
+debug=0

Added: trunk/examples/simple/disk_config/SETUPSTORAGE
===================================================================
--- trunk/examples/simple/disk_config/SETUPSTORAGE	                        (rev 0)
+++ trunk/examples/simple/disk_config/SETUPSTORAGE	2008-06-13 15:57:22 UTC (rev 4988)
@@ -0,0 +1,13 @@
+# example of new config file for setup-storage
+
+# <type> <mountpoint> <size>   <fs type> <mount options> <misc options>
+
+disk_config disk1      preserve_reinstall:5,8,9
+
+primary  /             250       ext3  rw,errors=remount-ro 
+logical  swap          500-1500  ext3  rw                   
+logical  /var          500-1000  ext3  rw createopts="-m15" tuneopts="-c0 -i0"
+logical  /tmp          500-1000  ext3  rw createopts="-m1"  tuneopts="-c0 -i0"
+logical  /usr          500-3G    ext3  rw                   tuneopts="-c0 -i0"
+logical  /home         100-      ext3  rw,nosuid	createops="-m1"
+logical  /files/scratch  1G-50%  ext3  rw,nosuid  createopts="-m0" tuneopts="-c0 -i0"




More information about the Fai-commit mailing list