From e60bfaca485a0875a652b154ac7c7d889c9d0c25 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Sat, 9 Mar 2019 14:27:23 -0700 Subject: [PATCH] Show better errors while building Linux * Addresses issue #58 --- Build Linux | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Build Linux b/Build Linux index 4ccd1729..8ed965b5 100755 --- a/Build Linux +++ b/Build Linux @@ -170,6 +170,9 @@ function update_live_env() { rsync -aI "/usr/share/refind/icons/" "$LIVE_DIR/EFI/boot/icons/" --exclude "/usr/share/refind/icons/svg" sed -i "s/%ARCHISO_LABEL%/${label}/" "$LIVE_DIR/EFI/boot/refind.conf" + # Customize_airootfs.sh + sed -i -r 's/set -e -u/set -o errexit\nset -o errtrace\nset -o nounset\nset -o pipefail/' "$LIVE_DIR/airootfs/root/customize_airootfs.sh" + # Memtest86 mkdir -p "$LIVE_DIR/EFI/memtest86/Benchmark" mkdir -p "$TEMP_DIR/memtest86"