Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions test/kickstart-templates/includes/post-system.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
useradd -m -p \$5\$XDVQ6DxT8S5YWLV7\$8f2om5JfjK56v9ofUkUAwZXTxJl3Sqnc9yPnza4xoJ0 redhat
echo -e 'redhat\tALL=(ALL)\tNOPASSWD: ALL' > /etc/sudoers.d/microshift

ln -sf /usr/share/zoneinfo/UTC /etc/localtime

# Make the KUBECONFIG from MicroShift directly available for the root user
if [ ! -d /root ]; then
# Workaround for bootc container init.
Expand Down