Update kickstart-patch helper text from gen-prestaged-iso.sh. (r8, dsr8)

Replaced [ --kickstart-patch <kickstart-enabler.patch> ]" with "[ --kickstart-patch <kickstart.cfg> ]

Change-Id: I757ccb32722796b39ecebc03e6a6ced94d555ed2
Signed-off-by: Dinesh Neelapu <dinesh.neelapu@windriver.com>
This commit is contained in:
Dinesh Neelapu 2024-01-25 08:00:24 +00:00
parent d7fb92b676
commit 877e7a699c

View File

@ -348,7 +348,7 @@ Use the ``--output`` directive to specify the path/filename of the created
--output <output bootimage.iso> --output <output bootimage.iso>
[ --images <images.tar.gz> ] [ --images <images.tar.gz> ]
[ --patch <patch-name.patch> ] [ --patch <patch-name.patch> ]
[ --kickstart-patch <kickstart-enabler.patch> ] [ -kickstart-patch <kickstart.cfg> ]
[ --addon <ks-addon.cfg> ] [ --addon <ks-addon.cfg> ]
[ --param <param>=<value> ] [ --param <param>=<value> ]
[ --default-boot <default menu option> ] [ --default-boot <default menu option> ]
@ -371,7 +371,7 @@ Use the ``--output`` directive to specify the path/filename of the created
Can be specified more than once, Can be specified more than once,
or provide a comma separated list. or provide a comma separated list.
--kickstart-patch <kickstart-enabler.patch>: --kickstart-patch <kickstart.cfg>:
A modified kickstart.cfg to replace the prestaged A modified kickstart.cfg to replace the prestaged
installer kickstart. This will only be used during installer kickstart. This will only be used during
installation using the prestaged ISO. installation using the prestaged ISO.