update-iso.sh file name is not correctly spelled (stx8, dsr8)
- Fixed the uodate-iso.sh file adding the --initial-password option. Change-Id: I8731b7c4b4649137f7a247defddb93024a79e837 Signed-off-by: Elaine Fonaro <elaine.fonaro@windriver.com>
This commit is contained in:
parent
5a35c349cf
commit
b066f77788
@ -33,12 +33,13 @@ Before attempting to install |prod|, ensure that you have the following:
|
|||||||
|
|
||||||
.. code-block::
|
.. code-block::
|
||||||
|
|
||||||
update-iso.sh -i <input bootimage.iso> -o <output bootimage.iso>
|
update-iso.sh --initial-password <password> -i <input bootimage.iso> -o <output bootimage.iso>
|
||||||
[ -a <ks-addon.cfg> ] [ -p param=value ]
|
[ -a <ks-addon.cfg> ] [ -p param=value ]
|
||||||
[ -d <default menu option> ] [ -t <menu timeout> ]
|
[ -d <default menu option> ] [ -t <menu timeout> ]
|
||||||
-i <file>: Specify input ISO file
|
-i <file>: Specify input ISO file
|
||||||
-o <file>: Specify output ISO file
|
-o <file>: Specify output ISO file
|
||||||
-a <file>: Specify ks-addon.cfg file
|
-a <file>: Specify ks-addon.cfg file
|
||||||
|
--initial-password <password>: Specify the initial login password for sysadmin user
|
||||||
-p <p=v>: Specify boot parameter
|
-p <p=v>: Specify boot parameter
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
Loading…
Reference in New Issue
Block a user