1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00
This commit is contained in:
Jason N. 2024-02-26 10:38:29 -05:00
parent 44587b19af
commit 5fda12d0c6

View file

@ -43,8 +43,8 @@ lorax_templates/%.tmpl: lorax_templates/%.tmpl.in
%.repo: /etc/yum.repos.d/%.repo %.repo: /etc/yum.repos.d/%.repo
cp /etc/yum.repos.d/$*.repo $(_BASE_DIR)/$(basename $*).repo cp /etc/yum.repos.d/$*.repo $(_BASE_DIR)/$(basename $*).repo
sed -i "s/\$releasever/${VERSION}/g" $(_BASE_DIR)/$(basename $*).repo sed -i "s/\$$releasever/${VERSION}/g" $(_BASE_DIR)/$(basename $*).repo
sed -i "s/\$basearch/${ARCH}/g" $(_BASE_DIR)/$(basename $*).repo sed -i "s/\$$basearch/${ARCH}/g" $(_BASE_DIR)/$(basename $*).repo
# Step 2: Build boot.iso using Lorax # Step 2: Build boot.iso using Lorax
boot.iso: lorax_templates/set_installer.tmpl lorax_templates/configure_upgrades.tmpl fedora.repo fedora-updates.repo boot.iso: lorax_templates/set_installer.tmpl lorax_templates/configure_upgrades.tmpl fedora.repo fedora-updates.repo