mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
escape $
This commit is contained in:
parent
44587b19af
commit
5fda12d0c6
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -43,8 +43,8 @@ lorax_templates/%.tmpl: lorax_templates/%.tmpl.in
|
|||
|
||||
%.repo: /etc/yum.repos.d/%.repo
|
||||
cp /etc/yum.repos.d/$*.repo $(_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/\$$releasever/${VERSION}/g" $(_BASE_DIR)/$(basename $*).repo
|
||||
sed -i "s/\$$basearch/${ARCH}/g" $(_BASE_DIR)/$(basename $*).repo
|
||||
|
||||
# Step 2: Build boot.iso using Lorax
|
||||
boot.iso: lorax_templates/set_installer.tmpl lorax_templates/configure_upgrades.tmpl fedora.repo fedora-updates.repo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue