logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://anongit.hacktivis.me/git/bootstrap-initrd.git/
commit: aa243500949aac91b9f914cbb0575b9aecc23c91
parent aa2759830b766bd668279eda7124e26c339fee54
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 11 Jan 2026 05:02:04 +0100

remove manpages to save size

Diffstat:

Minit.sh2+-
Mmake-root.sh3+++
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/init.sh b/init.sh @@ -140,7 +140,7 @@ build_utils_std() { pdpmake cmd/mkdir || die pdpmake all || die pdpmake selfcheck - pdpmake install || die + pdpmake install MAN1='' || die pdpmake clean || die export PATH="$oldpath" diff --git a/make-root.sh b/make-root.sh @@ -142,6 +142,9 @@ if ! test "${EXCLUDE_EXTRAS:+y}" = "y"; then patch -d ./extras/usign-*/ -p1 <"${WORKDIR}/extras/usign-patches/0001-Use-static-buffer-for-default-sigfile-path.patch" fi +# remove manpages +find -type f -name '*.[0-9]' -exec rm '{}' + + deblob -c || die mkdir -p dev proc sys etc usr/bin var/empty || die "Failed creating base directories"