logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://hacktivis.me/git/bootstrap-initrd.git
commit: b979041f287707e3e5644395fee25bdc866cfac4
parent 1ee90faff6a9fe381c2ec3fa50a6f26882d61ac6
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 21 Nov 2024 09:11:56 +0100

init.sh: export MAKEFLAGS="-j$(nproc)"

Diffstat:

Minit.sh2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/init.sh b/init.sh @@ -162,6 +162,8 @@ build_stubs || die build_utils_std || die +export MAKEFLAGS="-j$(nproc)" + profile_export PATH="/bin:/usr/bin:/usr/local/bin" profile_export YACC="yacc" profile_export STRIP="true"