
Update pxeboot-update script to accept parameter for installer base URL Add a common function to parse the port number from inst.repo Update pxeboot and kickstart URLs to support a configurable HTTP port Story: 2004642 Task: 28593 Depends-On: https://review.openstack.org/#/c/634237/ Change-Id: Ibd66e89e49794ca57b938eb43d227860eda6674a Signed-off-by: Tao Liu <tao.liu@windriver.com>
28 lines
695 B
Plaintext
28 lines
695 B
Plaintext
SERIAL 0 115200
|
|
TIMEOUT 50
|
|
DEFAULT menu.c32
|
|
|
|
# Menu Configuration
|
|
MENU WIDTH 80
|
|
MENU MARGIN 10
|
|
MENU PASSWORDMARGIN 3
|
|
MENU ROWS 12
|
|
MENU TABMSGROW 18
|
|
MENU CMDLINEROW 18
|
|
MENU ENDROW 24
|
|
MENU PASSWORDROW 11
|
|
MENU TIMEOUTROW 20
|
|
|
|
PROMPT 0
|
|
NOESCAPE 1
|
|
NOCOMPLETE 1
|
|
ALLOWOPTIONS 0
|
|
|
|
LABEL 1
|
|
MENU LABEL ^1) All-in-one (lowlatency)
|
|
MENU DEFAULT
|
|
KERNEL rel-xxxSW_VERSIONxxx/installer-bzImage
|
|
APPEND initrd=rel-xxxSW_VERSIONxxx/installer-initrd bootifonly=1 devfs=nomount inst.repo=xxxBASE_URLxxx/feed/rel-xxxSW_VERSIONxxx/ inst.ks=xxxBASE_URLxxx/feed/rel-xxxSW_VERSIONxxx/net_smallsystem_lowlatency_ks.cfg usbcore.autosuspend=-1 biosdevname=0 rd.net.timeout.dhcp=120 xxxAPPEND_OPTIONSxxx
|
|
IPAPPEND 2
|
|
|