archive target added and tested ok

This commit is contained in:
ed barz 2020-05-01 11:43:21 +02:00
parent 20dde17cdb
commit 2318f83a35
1 changed files with 8 additions and 1 deletions

View File

@ -33,4 +33,11 @@ set-resolv:
tools: tools:
$(call vinstall,base-devel git tcc wget vim-x11 tmux) $(call vinstall,base-devel git tcc wget vim-x11 tmux)
archive:
tar -cvpjf void-fs.tar.bz2 \
--exclude=./dev/* \
--exclude=./proc/* \
--exclude=./sys/* \
--exclude=./tmp/* \
--exclude=./run/* \
-C $(MNTDIR) .