mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
remove noupgrade
This commit is contained in:
parent
99b9945054
commit
fb8a91ce39
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -104,7 +104,7 @@ _RHEL = false
|
|||
endif
|
||||
|
||||
ifeq ($(_RHEL),true)
|
||||
_LORAX_ARGS += --nomacboot --noupgrade
|
||||
_LORAX_ARGS += --nomacboot
|
||||
else ifeq ($(VARIANT),Server)
|
||||
_LORAX_ARGS += --macboot --noupgrade
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue