live: remove redundant livecd-creator --verbose flag
--debug already implies this. Actually only the last one is used.
This commit is contained in:
parent
1408be322e
commit
012cad5b47
2
Makefile
2
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/
|
||||
|
Loading…
Reference in New Issue
Block a user