logo

bootstrap-initrd

Linux initrd generator to bootstrap a POSIX-ish system from a reasonably small binary seed git clone https://hacktivis.me/git/make-initrd.git
commit: 883896b593f60f67738fc3065cbdf8a4e132ea74
parent 71af8117be0c5ed8abde37caf42ff2850e411668
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 27 Apr 2024 20:13:21 +0200

Add mk-20210330.tar.gz for bmake

Diffstat:

Minit.sh9+++++++--
Mmake-initrd.sh2+-
2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/init.sh b/init.sh @@ -31,9 +31,14 @@ build_stubs() { build_bmake() { cd /bmake/ - ./configure - sh ./make-bootstrap.sh + ./configure \ + --with-mksrc=/mk \ + --with-default-sys-path=/usr/share/mk/bmake || die + sh ./make-bootstrap.sh || die link bmake /bin/bmake + FORCE_BSD_MK=1 SYS_MK_DIR=. \ + sh ../mk/install-mk -v -m 644 "${ED}"/usr/share/mk/bmake \ + || die "failed to install mk files" } set -ex -o pipefail diff --git a/make-initrd.sh b/make-initrd.sh @@ -5,9 +5,9 @@ elves="mksh" tarballs=" utils-std-ff0b40a.tar.gz + mk-20210330.tar.gz bmake-20230909.tar.gz minised-1.16.tar.gz - make-4.4.1.tar.gz yacc-1.9.1.tar.Z byacc-20240109.tgz nawk-20240422.tar.gz