From 012cad5b47b12f7bdac924165663f55291947e12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sun, 9 Aug 2015 20:42:24 +0200 Subject: [PATCH] live: remove redundant livecd-creator --verbose flag --debug already implies this. Actually only the last one is used. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a77525..fdf6f13 100644 --- a/Makefile +++ b/Makefile @@ -153,7 +153,7 @@ iso-installer: iso-prepare iso-liveusb: conf/liveusb.ks iso-prepare mkdir -p work - pushd work && ../livecd-creator-qubes --verbose --debug --product='Qubes OS' --title="Qubes OS $(ISO_VERSION)" --fslabel="Qubes-$(ISO_VERSION)-x86_64-LIVE" --config ../$< && popd + pushd work && ../livecd-creator-qubes --debug --product='Qubes OS' --title="Qubes OS $(ISO_VERSION)" --fslabel="Qubes-$(ISO_VERSION)-x86_64-LIVE" --config ../$< && popd # Move result files to known-named directories mkdir -p build/ISO/qubes-x86_64/iso build/work mv work/*.iso build/ISO/qubes-x86_64/iso/