Drop clone.py references from boot menu comment blocks
As part of recent code cleanup activities, the controllerconfig clone.py module was dropped. This update removes references to this file from the comment blocks of the boot menu files grub.cfg and centos.syslinux.cfg. Change-Id: If2260c74f58a61481cf3ed7c7fbbe5ebb5292b00 Partial-Bug: 1834218 Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
parent
f614e7e1dd
commit
1f0706ee30
@ -14,18 +14,6 @@ menu tabmsg Press [Tab] to edit, [Return] to select, [ESC] to return to previous
|
|||||||
# Dark grey
|
# Dark grey
|
||||||
menu background #ff555555
|
menu background #ff555555
|
||||||
|
|
||||||
# ----------------- NOTE -----------------
|
|
||||||
# If you are updating label numbers, make sure that controllerconfig/clone.py
|
|
||||||
# is in sync with your changes (only serial console entries).
|
|
||||||
# STANDARD_STANDARD = '0'
|
|
||||||
# STANDARD_EXTENDED = 'S0'
|
|
||||||
# AIO_STANDARD = '2'
|
|
||||||
# AIO_EXTENDED = 'S2'
|
|
||||||
# AIO_LL_STANDARD = '4'
|
|
||||||
# AIO_LL_EXTENDED = 'S4'
|
|
||||||
# ----------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
# Standard Controller menu
|
# Standard Controller menu
|
||||||
menu begin
|
menu begin
|
||||||
menu title Standard Controller Configuration
|
menu title Standard Controller Configuration
|
||||||
|
@ -3,26 +3,6 @@ timeout=-1
|
|||||||
|
|
||||||
search --no-floppy --set=root -l 'oe_iso_boot'
|
search --no-floppy --set=root -l 'oe_iso_boot'
|
||||||
|
|
||||||
# ---------------------- NOTE ----------------------
|
|
||||||
# If you are updating menus, make sure that controllerconfig/clone.py
|
|
||||||
# is in sync with your changes (only serial console ids).
|
|
||||||
# STANDARD_STANDARD = 'standard>serial>' +
|
|
||||||
# sysinv_constants.SYSTEM_SECURITY_PROFILE_STANDARD
|
|
||||||
# STANDARD_EXTENDED = 'standard>serial>' +
|
|
||||||
# sysinv_constants.SYSTEM_SECURITY_PROFILE_EXTENDED
|
|
||||||
# AIO_STANDARD = 'standard>aio>' +
|
|
||||||
# sysinv_constants.SYSTEM_SECURITY_PROFILE_STANDARD
|
|
||||||
# AIO_EXTENDED = 'standard>aio>' +
|
|
||||||
# sysinv_constants.SYSTEM_SECURITY_PROFILE_EXTENDED
|
|
||||||
# AIO_LL_STANDARD = 'standard>aio-lowlat>' +
|
|
||||||
# sysinv_constants.SYSTEM_SECURITY_PROFILE_STANDARD
|
|
||||||
# AIO_LL_EXTENDED = 'standard>aio-lowlat>' +
|
|
||||||
# sysinv_constants.SYSTEM_SECURITY_PROFILE_EXTENDED
|
|
||||||
# SUBMENUITEM_TBOOT = 'tboot'
|
|
||||||
# SUBMENUITEM_SECUREBOOT = 'secureboot'
|
|
||||||
# --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
# Menu 0
|
# Menu 0
|
||||||
menuentry 'Select kernel options and boot kernel' {
|
menuentry 'Select kernel options and boot kernel' {
|
||||||
echo " "
|
echo " "
|
||||||
|
Loading…
Reference in New Issue
Block a user