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:
Don Penney 2020-02-03 12:48:03 -05:00
parent f614e7e1dd
commit 1f0706ee30
2 changed files with 0 additions and 32 deletions

View File

@ -14,18 +14,6 @@ menu tabmsg Press [Tab] to edit, [Return] to select, [ESC] to return to previous
# Dark grey
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
menu begin
menu title Standard Controller Configuration

View File

@ -3,26 +3,6 @@ timeout=-1
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
menuentry 'Select kernel options and boot kernel' {
echo " "