Add 'liveusb' make target
This commit is contained in:
parent
9db56031f5
commit
d57620c96d
11
Makefile
11
Makefile
@ -139,6 +139,17 @@ iso:
|
||||
chown --reference=Makefile -R build yum
|
||||
rm -rf work
|
||||
|
||||
liveusb: conf/liveusb.ks
|
||||
ln -sf `pwd` /tmp/qubes-installer
|
||||
createrepo -q -g ../../conf/comps-qubes.xml --update yum/qubes-dom0
|
||||
mkdir -p work
|
||||
pushd work && ../livecd-creator-qubes --verbose --debug --product='Qubes OS' --title="Qubes OS $(ISO_VERSION)" --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/
|
||||
chown --reference=Makefile -R build yum
|
||||
rm -rf work
|
||||
|
||||
clean-repos:
|
||||
@echo "--> Removing old rpms from the installer repos..."
|
||||
@(cd yum && ./clean_repos.sh)
|
||||
|
Loading…
Reference in New Issue
Block a user