logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://hacktivis.me/git/bootstrap-initrd.git
commit: a5e04ae8633925ec7a44b74e9fc8f05be6d56a88
parent ed3ccd34f4b87d726d51086d091eae2b84c942a7
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 16 May 2024 05:03:53 +0200

build_zlib_libs: </dev/null to get non-interactive mv(1)

Diffstat:

Minit.sh2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.sh b/init.sh @@ -64,7 +64,7 @@ build_bzip2() { build_zlib_libs() { cd /zlib-*/ - ./configure + ./configure </dev/null bmake install bmake clean }