Exclude debug and source packages from installation image

pull/34/head
Marek Marczykowski-Górecki 4 years ago
parent d831bb2248
commit 50b5602f61
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

@ -33,7 +33,7 @@ LIVE_KICKSTART ?= $(INSTALLER_DIR)/conf/liveusb.ks
CREATEREPO := $(shell which createrepo_c createrepo 2>/dev/null |head -1)
PUNGI := /usr/bin/pungi-gather
PUNGI_OPTS := --arch=x86_64 --greedy=none
PUNGI_OPTS := --arch=x86_64 --greedy=none --exclude-debug --exclude-source
LORAX := /usr/sbin/lorax
LORAX_OPTS := --product QubesOS --macboot --force --rootfs-size=4

Loading…
Cancel
Save