mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
9 lines
677 B
Cheetah
9 lines
677 B
Cheetah
append usr/share/anaconda/interactive-defaults.ks "%post --logfile=/root/ks-post.log --erroronfail --nochroot"
|
|
append usr/share/anaconda/interactive-defaults.ks "set -m"
|
|
append usr/share/anaconda/interactive-defaults.ks "/run/install/repo/enroll-secureboot-key.sh"
|
|
append usr/share/anaconda/interactive-defaults.ks "%end"
|
|
|
|
append usr/share/anaconda/post-scripts/secure_boot_key.ks "%post --logfile=/root/ks-post.log --erroronfail --nochroot"
|
|
append usr/share/anaconda/post-scripts/secure_boot_key.ks "set -m"
|
|
append usr/share/anaconda/post-scripts/secure_boot_key.ks "/run/install/repo/enroll-secureboot-key.sh"
|
|
append usr/share/anaconda/post-scripts/secure_boot_key.ks "%end"
|