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

Solution Unverified - Updated -

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 of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.