[Fai-commit] r5164 - in trunk: debian man
lange at alioth.debian.org
lange at alioth.debian.org
Tue Sep 16 14:31:50 UTC 2008
Author: lange
Date: 2008-09-16 14:31:49 +0000 (Tue, 16 Sep 2008)
New Revision: 5164
Modified:
trunk/debian/changelog
trunk/man/setup-storage.8
Log:
reformat examples using tab stops, make groff happy
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-09-16 14:02:46 UTC (rev 5163)
+++ trunk/debian/changelog 2008-09-16 14:31:49 UTC (rev 5164)
@@ -10,9 +10,9 @@
* install_packages.8: minor fixes
* make-fai-nfsroot.8: minor fixes
* setup-storage.8: replace mdoc macro version with man macro version,
- reformat examples, make groff happy
+ reformat examples using tab stops, make groff happy
- -- Thomas Lange <lange at debian.org> Tue, 16 Sep 2008 15:36:24 +0200
+ -- Thomas Lange <lange at debian.org> Tue, 16 Sep 2008 16:31:45 +0200
fai (3.2.10) unstable; urgency=low
Modified: trunk/man/setup-storage.8
===================================================================
--- trunk/man/setup-storage.8 2008-09-16 14:02:46 UTC (rev 5163)
+++ trunk/man/setup-storage.8 2008-09-16 14:31:49 UTC (rev 5164)
@@ -354,16 +354,16 @@
Simple configuration of /dev/hda
.sp
.nf
-.ta 40n
-disk_config hda preserve_always:6,7 disklabel:msdos bootable:3
+.ta 10n 20n 30n 40n 50n
+disk_config hda preserve_always:6,7 disklabel:msdos bootable:3
-primary /boot 20-100 ext3 rw
-primary swap 1000 swap sw
-primary / 12000 ext3 rw createopts="-b 2048"
-logical /tmp 1000 ext3 rw,nosuid
-logical /usr 5000 ext3 rw
-logical /var 10%- ext3 rw
-logical /nobackup 0- xfs rw
+primary /boot 20-100 ext3 rw
+primary swap 1000 swap sw
+primary / 12000 ext3 rw createopts="-b 2048"
+logical /tmp 1000 ext3 rw,nosuid
+logical /usr 5000 ext3 rw
+logical /var 10%- ext3 rw
+logical /nobackup 0- xfs rw
.sp
.fi
.PP
@@ -389,10 +389,10 @@
Create a softRAID
.sp
.nf
-.ta 40n
+.ta 6n 9n 40n 45n
disk_config raid
-raid1 / sda1,sdd1 ext2 rw,errors=remount-ro
-raid0 - disk2.2,sdc1,sde1:spare:missing ext2 default
+raid1 / sda1,sdd1 ext2 rw,errors=remount-ro
+raid0 - disk2.2,sdc1,sde1:spare:missing ext2 default
.sp
.fi
.PP
@@ -407,14 +407,14 @@
Simple LVM example
.sp
.nf
-.ta 40n
+.ta 15n 22n 30n 40n
disk_config sda bootable:1
-primary /boot 500 ext3 rw
-primary - 4096- - -
+primary /boot 500 ext3 rw
+primary - 4096- - -
disk_config lvm
-vg my_pv sda2
-my_pv-_swap swap 2048 swap sw
-my_pv-_root / 2048 ext3 rw
+vg my_pv sda2
+my_pv-_swap swap 2048 swap sw
+my_pv-_root / 2048 ext3 rw
.sp
.fi
.PP
More information about the Fai-commit
mailing list