diff --git a/kickstart/files/kickstart.cfg b/kickstart/files/kickstart.cfg index a9d4c577..d441e8df 100644 --- a/kickstart/files/kickstart.cfg +++ b/kickstart/files/kickstart.cfg @@ -43,6 +43,7 @@ # Post - Kickstart Finalize Install UUID # Post - Log Filesystem Setup # Post Nochroot - Save Install scripts and Logs +# Post Nochroot - Workarounds for enabling integration # Post Nochroot - Set up /etc/fstab # ############################################################################ @@ -2293,6 +2294,26 @@ true HOOK_LABEL="post_nochroot" . /tmp/lat/ks_functions.sh +# This section needs to be removed when solutions are implemented + +ilog "***********************************************************************" +ilog "*** Post Nochroot - Workarounds for enabling integration ***" +ilog "***********************************************************************" + +# Workaround for enabling swacts on AIO-DX +# Workaround for enabling compute unlocks +# Launchpad: #1983580 +rm ${IMAGE_ROOTFS}/var/lib/dpkg/triggers/Unincorp + +true +%end + +########################################################################## + +%post --interpreter=/bin/bash --nochroot +HOOK_LABEL="post_nochroot" +. /tmp/lat/ks_functions.sh + # This needs to update all available ostree based rootfs ilog "****************************************************"