[Fai-commit] r5102 - trunk/man
lange at alioth.debian.org
lange at alioth.debian.org
Sat Sep 6 08:51:25 UTC 2008
Author: lange
Date: 2008-09-06 08:51:25 +0000 (Sat, 06 Sep 2008)
New Revision: 5102
Modified:
trunk/man/fai-cd.8
Log:
add usage example
add warning that all data on USB stick may de destroyed
Modified: trunk/man/fai-cd.8
===================================================================
--- trunk/man/fai-cd.8 2008-09-06 08:24:18 UTC (rev 5101)
+++ trunk/man/fai-cd.8 2008-09-06 08:51:25 UTC (rev 5102)
@@ -1,7 +1,7 @@
.\" Hey, EMACS: -*- nroff -*-
.if \n(zZ=1 .ig zZ
.if \n(zY=1 .ig zY
-.TH fai-cd 8 "11 december 2007" "FAI 3.2.5"
+.TH fai-cd 8 "6 september 2008" "FAI 3.2.10"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
@@ -87,7 +87,21 @@
Create a bootable USB stick. The USB stick needs to be mounted to
DIRECTORY before you run fai-cd. Copies all FAI-CD data to DIRECTORY
and try to install grub onto its device. Currently the file system
-on the USB stick must be ext2.
+on the USB stick must be ext2. USUALLY THIS WILL ERASE ALL DATA ON YOUR USB-STICK!
+
+.SH EXAMPLES
+.br
+After you've created a mirror with fai-mirror in /media/mirror, you
+can create a CD using:
+
+ # fai-cd -m /media/mirror fai-cd.iso
+
+If you like to create a bootable USB stick, create an ext2 file system
+on your stick, mount it to /media/usbstick and call
+
+ # fai-cd -m /media/mirror -u /media/usbstick
+ # umount /media/usbstick
+
.SH SEE ALSO
.br
This program is part of FAI (Fully Automatic Installation).
More information about the Fai-commit
mailing list