logo

make-initrd

Unnamed repository; edit this file 'description' to name the repository. git clone https://anongit.hacktivis.me/git/make-initrd.git/
commit: 69459b11082d876c0fcd7d26765dd0c92312feda
parent b8775a821e8c98411b2bc52cb5bf0871d4576ece
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 20 Apr 2025 08:40:44 +0200

make-initrd: set -o pipefail

Diffstat:

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

diff --git a/make-initrd.sh b/make-initrd.sh @@ -6,6 +6,8 @@ elves="busybox blkid lsblk cryptsetup mksh zfs zpool" modules="zfs" WORKDIR="$(pwd)" +set -o pipefail + die() { echo "[Error] die: ${*}" exit 1