From 9141d09ed382957764befba9bffee2176bdfb956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Pierret=20=28fepitre=29?= Date: Sun, 27 Jan 2019 17:08:06 +0100 Subject: [PATCH] Increase default rootfs-size --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1ea986b..b4b9fce 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,7 @@ else ISO_VERSION := $(shell date +%Y%m%d) endif PUNGI_OPTS += --ver="$(ISO_VERSION)" +PUNGI_OPTS += --rootfs-size=4 INSTALLER_KICKSTART ?= $(PWD)/conf/qubes-kickstart.cfg LIVE_KICKSTART ?= $(PWD)/conf/liveusb.ks