]> git.proxmox.com Git - proxmox-backup-restore-image.git/commit
build initramfs: add busybox to base image as well
authorStoiko Ivanov <s.ivanov@proxmox.com>
Thu, 1 Jun 2023 14:32:35 +0000 (16:32 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 1 Jun 2023 15:41:47 +0000 (17:41 +0200)
commit40187818f48d13910c626ff7d1defdbe17b58e58
treeb176c42fdb392073fc9e9f7c77437c1907beebf6
parent322f01f6cb3ef4d30274b6e6c0fc420c0d26ad69
build initramfs: add busybox to base image as well

commit 83c46462ac6a99ce386088587c57e8a5131c36ca requires busybox to be
installed, which was only present in the debug image.

switching to busybox from busybox-static reduces the memory-footprint
quite a bit (699k vs. 1.9M) - and busybox only depends on libc6)

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/build_initramfs.sh