1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 19:07:54 +01:00
This commit is contained in:
Jason N. 2024-03-07 14:20:51 -05:00
parent e3a117e081
commit 6c8aeff970

View file

@ -146,7 +146,7 @@ boot.iso: $(_LORAX_TEMPLATES) $(_REPO_FILES)
rm -Rf $(_BASE_DIR)/results || true rm -Rf $(_BASE_DIR)/results || true
mv /etc/rpm/macros.image-language-conf /etc/rpm/macros.image-language-conf.orig || true mv /etc/rpm/macros.image-language-conf /etc/rpm/macros.image-language-conf.orig || true
cp /etc/dnf/dnf.conf /etc/dnf/dnf.conf.orig || true cp /etc/dnf/dnf.conf /etc/dnf/dnf.conf.orig || true
echo "module_platform_id=$(_PLATFORM_ID) >> /etc/dnf/dnf.conf echo "module_platform_id=$(_PLATFORM_ID)" >> /etc/dnf/dnf.conf
# Download the secure boot key # Download the secure boot key
if [ -n "$(SECURE_BOOT_KEY_URL)" ]; \ if [ -n "$(SECURE_BOOT_KEY_URL)" ]; \