1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 19:07:54 +01:00

remove noupgrade

This commit is contained in:
Jason N. 2024-03-21 09:33:59 -04:00
parent 99b9945054
commit fb8a91ce39

View file

@ -104,7 +104,7 @@ _RHEL = false
endif endif
ifeq ($(_RHEL),true) ifeq ($(_RHEL),true)
_LORAX_ARGS += --nomacboot --noupgrade _LORAX_ARGS += --nomacboot
else ifeq ($(VARIANT),Server) else ifeq ($(VARIANT),Server)
_LORAX_ARGS += --macboot --noupgrade _LORAX_ARGS += --macboot --noupgrade
else else