docs: Add documentation for new mkksiso --volid feature

This commit is contained in:
Brian C. Lane 2019-12-19 11:35:56 -08:00
parent e82ae6b82a
commit 534f437d0c

View File

@ -30,6 +30,8 @@ Optional arguments
-c CMDLINE, --cmdline CMDLINE -c CMDLINE, --cmdline CMDLINE
Arguments to add to kernel cmdline Arguments to add to kernel cmdline
--debug print debugging info --debug print debugging info
-V VOLID, --volid VOLID
Set the ISO volume id, defaults to input's
Positional arguments Positional arguments
^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^
@ -57,6 +59,12 @@ kernel cmdline will have ``inst.ks=...`` added to it so that it will be
executed when the iso is booted (be careful not to boot on a system you don't executed when the iso is booted (be careful not to boot on a system you don't
want to wipe out! There will be no prompting). want to wipe out! There will be no prompting).
By default the volume id of the iso is preserved. You can set a custom volid
by passing ``-V`` and the string to set. The kernel cmdline will be changes, and the iso will have th custom volume id.
eg.::
mkksiso -V "Test Only" /PATH/TO/KICKSTART /PATH/TO/ISO /PATH/TO/NEW-ISO
Adding package repos to a boot.iso Adding package repos to a boot.iso
---------------------------------- ----------------------------------