logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://hacktivis.me/git/bootstrap-initrd.git
commit: 0d4f856c2f565efd5295bd34aadba832c2e86c00
parent 41aee2df575ba2b085c408fc26026cd74eb494c7
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  3 Jun 2024 18:54:18 +0200

bootstrap-e2fsprogs.sh: Add -f on cleanup rm

Diffstat:

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

diff --git a/bootstrap-e2fsprogs.sh b/bootstrap-e2fsprogs.sh @@ -44,4 +44,4 @@ make make install INSTALL=install cd .. -rm -r ./e2fsprogs-*/ +rm -fr ./e2fsprogs-*/