Creation of a "nochroot" python post script in Red Hat Satellite adds bash command "set -x" in kickstart profile which fails at the time of system installation using kickstart profile
Issue
- Creation of a "nochroot" python post script in Red Hat Satellite adds bash command "set -x" in kickstart profile which fails at the time of system installation using kickstart profile
%post --nochroot --interpreter /usr/bin/python --logfile /mnt/sysimage/root/ks-post.log.16
set -x # This should not be added
# 6
# Pre-Script 6 - Relocate Build Templates
import os
import shutil
import sys
Environment
- Red Hat Satellite 5.5 and below
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.