[Fai-commit] r3406 - people/michael/features/setup_harddisks_2/examples

fai-repository at svn.debian.org fai-repository at svn.debian.org
Thu Apr 13 13:10:19 UTC 2006


Author: michael-guest
Date: 2006-04-13 13:10:16 +0000 (Thu, 13 Apr 2006)
New Revision: 3406

Modified:
   people/michael/features/setup_harddisks_2/examples/model
   people/michael/features/setup_harddisks_2/examples/vil
Log:
tried to make some parts of the examples more obvious


Modified: people/michael/features/setup_harddisks_2/examples/model
===================================================================
--- people/michael/features/setup_harddisks_2/examples/model	2006-04-13 12:37:47 UTC (rev 3405)
+++ people/michael/features/setup_harddisks_2/examples/model	2006-04-13 13:10:16 UTC (rev 3406)
@@ -1,8 +1,8 @@
 disk_config hda   preserve:7   disklabel:msdos  
 primary /boot     20        rw                  ext3
 primary swap      1000     sw         swap
-primary /         12000      rw                  ext2  -j
+primary /         12000      rw                  ext3  -b 2048
 logical /tmp      1000      rw,nosuid		ext3
 logical /usr      preserve6      rw                  ext3
 logical /var      2000-      rw                  ext3
-logical /nobackup 0-	rw                   ext3
+logical /nobackup 0-	rw                   xfs

Modified: people/michael/features/setup_harddisks_2/examples/vil
===================================================================
--- people/michael/features/setup_harddisks_2/examples/vil	2006-04-13 12:37:47 UTC (rev 3405)
+++ people/michael/features/setup_harddisks_2/examples/vil	2006-04-13 13:10:16 UTC (rev 3406)
@@ -38,10 +38,10 @@
 
 # config the LVM
 disk_config lvm
-pv  default   md2,md3   
-default:_usr	/usr			2048        rw,notail    reiser
-default:_var	/var			600         rw,notail    reiser
-default:_e_h	/export/home		10240       rw,notail    reiser
-default:_e_s	/export/sites		2048        rw,notail    reiser
-default:_v	/vservers		2048        rw       ext3
+pv  my_pv   md2,md3   
+my_pv:_usr	/usr			2048        rw,notail    reiser
+my_pv:_var	/var			600         rw,notail    reiser
+my_pv:_e_h	/export/home		10240       rw,notail    reiser
+my_pv:_e_s	/export/sites		2048        rw,notail    reiser
+my_pv:_v	/vservers		2048        rw       ext3
 




More information about the Fai-commit mailing list