Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit f29157c

Browse files
committed
virt-install: man: explicitly mention kickstart in --extra-args docs
That way users can search the man page for 'kickstart' and find what they need.
1 parent 2882b70 commit f29157c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

man/en/virt-install.pod.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,9 @@ may be desirable to also use the C<--nodisks> flag in combination.
212212
=item -x EXTRA, --extra-args=EXTRA
213213

214214
Additional kernel command line arguments to pass to the installer when
215-
performing a guest install from C<--location>.
215+
performing a guest install from C<--location>. One common usage is specifying
216+
an anaconda kickstart file for automated installs, such as
217+
--extra-args "ks=http://myserver/my.ks"
216218

217219
=item --initrd-inject=PATH
218220

0 commit comments

Comments
 (0)