Package:fai
Version: 2.8.2
Severity: minor

In the manpage of fai-chboot, at the description of the option -i the
parameters given to -k must be surrounded by double quotes, because when
trying to use -k ... without them, as written in the man page without the
patch attached here, it will lead to an error.

Patch attached.
diff -Nur fai-2.8.2-unchanged/man/fai-chboot.8 fai-2.8.2_doc-patch_correct-minus-k-description-in-minus-i/man/fai-chboot.8
--- fai-2.8.2-unchanged/man/fai-chboot.8	2004-08-26 20:07:10.000000000 +0200
+++ fai-2.8.2_doc-patch_correct-minus-k-description-in-minus-i/man/fai-chboot.8	2005-05-14 14:37:40.000000000 +0200
@@ -52,8 +52,8 @@
 Show simle help and version.
 .TP
 .B \-i
-Set parameters for booting the FAI install kernel. Same as -k ip=dhcp
-devfs=nomount vmlinuz-install /dev/nfs. This does not set FAI_ACTION.
+Set parameters for booting the FAI install kernel. Same as -k "ip=dhcp
+devfs=nomount" vmlinuz-install /dev/nfs. This does not set FAI_ACTION.
 .TP
 .B \-I
 Same as -i but also sets FAI_ACTION=install. So a fully automatic

Reply via email to