gather: greedy=none to prevent downloading useless rpm

pull/34/head
Frédéric Pierret (fepitre) 4 years ago
parent 0789bb5453
commit 22070f43a7
No known key found for this signature in database
GPG Key ID: 484010B5CDC576E2

@ -33,7 +33,7 @@ LIVE_KICKSTART ?= $(INSTALLER_DIR)/conf/liveusb.ks
CREATEREPO := /usr/bin/createrepo
PUNGI := /usr/bin/pungi-gather
PUNGI_OPTS := --selfhosting --arch=x86_64 --greedy=build
PUNGI_OPTS := --selfhosting --arch=x86_64 --greedy=none
LORAX := /usr/sbin/lorax
LORAX_OPTS := --product Qubes --macboot --force --rootfs-size=4

Loading…
Cancel
Save