logo

make-initrd

Unnamed repository; edit this file 'description' to name the repository. git clone https://anongit.hacktivis.me/git/make-initrd.git/
commit: 8952905a6e3e52b560706eeb4ca302cff7082164
parent 210016cccfe4c7e490f6ec77319d328a3147c7a1
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