mirror of
https://git.proxmox.com/git/proxmox-backup-restore-image
synced 2025-08-06 13:31:48 +00:00
buildsys: pre-cache initramfs dependencies on build-dir assembly
makes for huge "source" tarballs with DSC, but much nicer than downloading them on build. Still missing: using apt-rdepends should be avoided either way.. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f773602bd3
commit
809d9b2254
2
Makefile
2
Makefile
@ -29,6 +29,8 @@ $(BUILDDIR): submodules.prepared
|
|||||||
cd src; make clean
|
cd src; make clean
|
||||||
cp -a src $@.tmp
|
cp -a src $@.tmp
|
||||||
cp -a debian $@.tmp/
|
cp -a debian $@.tmp/
|
||||||
|
rm -rf $@.tmp/pkgs
|
||||||
|
cd $@.tmp; DOWNLOAD_ONLY="1" ./build_initramfs.sh && mv build/initramfs/pkgs .
|
||||||
mv $@.tmp $@
|
mv $@.tmp $@
|
||||||
|
|
||||||
.PHONY: deb
|
.PHONY: deb
|
||||||
|
Loading…
Reference in New Issue
Block a user