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. --- chapter9/bootscriptconf.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'chapter9/bootscriptconf.sh') diff --git a/chapter9/bootscriptconf.sh b/chapter9/bootscriptconf.sh index ae9633c..c5eb759 100644 --- a/chapter9/bootscriptconf.sh +++ b/chapter9/bootscriptconf.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -e cat > /etc/inittab << "EOF" # Begin /etc/inittab -- cgit v1.2.3-54-g00ecf