From ca7ec24a78f9bd8824da23be1c24a98a3c764f5f Mon Sep 17 00:00:00 2001 From: William Harrington Date: Mon, 19 Apr 2021 02:01:33 +0000 Subject: Make adjustments for Odroid N2+ aarch64 build. --- env.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'env.sh') diff --git a/env.sh b/env.sh index 18cab24..7502dd5 100644 --- a/env.sh +++ b/env.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -e # Begin book environment settings @@ -19,7 +20,7 @@ CONFIG_SITE="${LFS}/usr/share/config.site" LFS_VER="LFS_10_1" # Disk where LFS partition will exist / or exists -LFS_DISK="/dev/sdb" +LFS_DISK="/dev/sda" # Partition number where LFS will exist / or exists LFS_PART="1" -- cgit v1.2.3-54-g00ecf