logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://hacktivis.me/git/bootstrap-initrd.git
commit: bd23a3e0ff2b53a43baf05248fe84db4e0263acf
parent e1720c4f252f6deaf2ab7a7630232d9af238c9e0
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 12 Jun 2024 23:54:27 +0200

make-root.sh: Add /etc/group (for dev86)

Diffstat:

Mmake-root.sh1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/make-root.sh b/make-root.sh @@ -108,6 +108,7 @@ ln -s usr/bin sbin mkdir -m 777 tmp echo 'root:x:0:0:root:/root:/bin/sh' > etc/passwd +echo 'root:x:0:root' > etc/group for i in fd stderr stdin stdout; do ln -fs proc/self/$i dev/$i