1516b57d62
Warnings Fixed: W1514: Using open without explicitly specifying an encoding (unspecified-encoding) E0702: Raising str while only classes or instances are allowed (raising-bad-type) Story: 2005892 Task: 43821 Change-Id: I2083fa4f8d994480c79ff557c56cf2f29c56c19f Signed-off-by: Felipe Desiglo Ferrare <Felipe.DesigloFerrare@windriver.com> |
||
---|---|---|
.. | ||
__init__.py | ||
common.py | ||
iso_setup.py | ||
pxe_server.py | ||
README.md |
Table of contents
iso_setup python module
The iso_setup.py in this folder provides the capability to setup a StarlingX
iso with specific configuration, this configuration comes from the config.ini
file.
The config.ini file in the section iso_installer
contains the
variable KERNEL_OPTION
which can have the following values.
Value | Description |
---|---|
0 | Standard Controller Configuration > Serial Console > Standard Security Boot Profile |
S0 | Standard Controller Configuration > Serial Console > Extended Security Boot Profile |
1 | Standard Controller Configuration > Graphical Console > Standard Security Boot Profile |
S1 | Standard Controller Configuration > Graphical Console > Extended Security Boot Profile |
2 | All-in-one Controller Configuration > Serial Console > Standard Security Boot Profile |
S2 | All-in-one Controller Configuration > Serial Console > Extended Security Boot Profile |
3 | All-in-one Controller Configuration > Graphical Console > Standard Security Boot Profile |
S3 | All-in-one Controller Configuration > Graphical Console > Extended Security Boot Profile |
4 | All-in-one (lowlatency) Controller Configuration > Serial Console > Standard Security Boot Profile |
S4 | All-in-one (lowlatency) Controller Configuration > Serial Console > Extended Security Boot Profile |
5 | All-in-one (lowlatency) Controller Configuration > Graphical Console > Standard Security Boot Profile |
S5 | All-in-one (lowlatency) Controller Configuration > Graphical Console > Extended Security Boot Profile |