Revert "Add missing prestaged installer kickstart bundle"

This reverts commit 2f55a2c774.

Reason for revert: causes build error

Change-Id: I47e5a7a2514fef5da9b3e1aa84608a13e614b436
This commit is contained in:
Eric MacDonald 2021-11-16 17:54:53 +00:00
parent 2f55a2c774
commit 019d8e7209

View File

@ -78,23 +78,6 @@ write_config_file("controller-worker-lowlatency",
"post_usb_controller.cfg",
"post_usb_addon.cfg");
# Create a special kickstart bundle for prestaged-installer installation.
#
# Ideally, this should create a prestaged-installer packaging group.
# However, patching back a new group is complicated.
# For now the 'controller' package group is used and a new prestaging
# package list is used to trim down the set of installed packages.
#
write_config_file("controller",
"${output_dir}/prestaged_installer_ks.cfg",
"pre_common_head.cfg",
"pre_pkglist_prestage.cfg",
"pre_disk_setup_common.cfg",
"pre_disk_aio.cfg",
"pre_disk_setup_tail.cfg",
"pre_prestaging.cfg",
"post_usb_addon.cfg");
system("mkdir -p ${pxeboot_output_dir}");
# Write PXE boot files