mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fix quote
This commit is contained in:
parent
7f720d7854
commit
e34b56cce6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -146,7 +146,7 @@ boot.iso: $(_LORAX_TEMPLATES) $(_REPO_FILES)
|
|||
rm -Rf $(_BASE_DIR)/results || true
|
||||
mv /etc/rpm/macros.image-language-conf /etc/rpm/macros.image-language-conf.orig || true
|
||||
cp /etc/os-release /etc/os-release.orig || true
|
||||
sed -i 's/PLATFORM_ID=.*/PLATFORM_ID="$(_PLATFORM_ID)"/" /etc/os-release
|
||||
sed -i 's/PLATFORM_ID=.*/PLATFORM_ID="$(_PLATFORM_ID)"/' /etc/os-release
|
||||
|
||||
# Download the secure boot key
|
||||
if [ -n "$(SECURE_BOOT_KEY_URL)" ]; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue