mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
don't set squashfs-only for rhel
This commit is contained in:
parent
53ec353568
commit
22e22d2bde
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -46,9 +46,9 @@ endif
|
|||
ifeq ($(_RHEL),true)
|
||||
_LORAX_ARGS += --nomacboot --noupgrade
|
||||
else ifeq ($(VARIANT),Server)
|
||||
_LORAX_ARGS += --macboot --noupgrade
|
||||
_LORAX_ARGS += --macboot --noupgrade --squashfs-only
|
||||
else
|
||||
_LORAX_ARGS += --nomacboot
|
||||
_LORAX_ARGS += --nomacboot --squashfs-only
|
||||
endif
|
||||
|
||||
ifeq ($(WEB_UI),true)
|
||||
|
|
@ -114,7 +114,7 @@ results/images/boot.iso: external/lorax/branch-$(VERSION) $(filter lorax_templat
|
|||
$(if $(wildcard /etc/rpm/macros.image-language-conf),mv /etc/rpm/macros.image-language-conf $(_TEMP_DIR)/macros.image-language-conf)
|
||||
|
||||
lorax -p $(IMAGE_NAME) -v $(VERSION) -r $(VERSION) -t $(VARIANT) \
|
||||
--isfinal --squashfs-only --buildarch=$(ARCH) --volid=$(_VOLID) --sharedir $(PWD)/external/lorax/share/templates.d/99-generic \
|
||||
--isfinal --buildarch=$(ARCH) --volid=$(_VOLID) --sharedir $(PWD)/external/lorax/share/templates.d/99-generic \
|
||||
$(_LORAX_ARGS) \
|
||||
$(foreach file,$(_REPO_FILES),--repo $(PWD)/$(file)) \
|
||||
$(foreach file,$(_LORAX_TEMPLATES),--add-template $(PWD)/$(file)) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue