gather: greedy=none to prevent downloading useless rpm
This commit is contained in:
parent
0789bb5453
commit
22070f43a7
2
Makefile
2
Makefile
@ -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…
Reference in New Issue
Block a user