[Fai-commit] r5084 - in trunk: debian examples/simple/class examples/simple/disk_config
lange at alioth.debian.org
lange at alioth.debian.org
Fri Sep 5 08:38:42 UTC 2008
Author: lange
Date: 2008-09-05 08:38:42 +0000 (Fri, 05 Sep 2008)
New Revision: 5084
Removed:
trunk/examples/simple/class/SETUPSTORAGE.var
trunk/examples/simple/disk_config/SETUPSTORAGE
Modified:
trunk/debian/changelog
Log:
remove class SETUPSTORAGE
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-09-05 08:37:04 UTC (rev 5083)
+++ trunk/debian/changelog 2008-09-05 08:38:42 UTC (rev 5084)
@@ -23,8 +23,9 @@
* remove make-fai-bootfloppy script and man page
(closes: #452375, #400373, #305363)
* use new partition tool in simple examples
+ * remove class SETUPSTORAGE
- -- Thomas Lange <lange at debian.org> Fri, 05 Sep 2008 10:29:02 +0200
+ -- Thomas Lange <lange at debian.org> Fri, 05 Sep 2008 10:37:59 +0200
fai (3.2.9) unstable; urgency=low
Deleted: trunk/examples/simple/class/SETUPSTORAGE.var
===================================================================
--- trunk/examples/simple/class/SETUPSTORAGE.var 2008-09-05 08:37:04 UTC (rev 5083)
+++ trunk/examples/simple/class/SETUPSTORAGE.var 2008-09-05 08:38:42 UTC (rev 5084)
@@ -1,3 +0,0 @@
-# enable the use of th new partioning tool
-USE_SETUP_STORAGE=1
-debug=0
Deleted: trunk/examples/simple/disk_config/SETUPSTORAGE
===================================================================
--- trunk/examples/simple/disk_config/SETUPSTORAGE 2008-09-05 08:37:04 UTC (rev 5083)
+++ trunk/examples/simple/disk_config/SETUPSTORAGE 2008-09-05 08:38:42 UTC (rev 5084)
@@ -1,13 +0,0 @@
-# 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