diff options
Diffstat (limited to 'insidechroot.sh')
-rw-r--r-- | insidechroot.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/insidechroot.sh b/insidechroot.sh index b508ec1..ee57877 100644 --- a/insidechroot.sh +++ b/insidechroot.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e +#set -e CHAPTER="$1" @@ -61,7 +61,7 @@ elif [[ "${CHAPTER}" -eq 10 ]]; then printf "%b" "${GRN}Creating fstab configuration${RST}\n" source chapter10/fstab.sh - source packageinstall.sh 10 linux + #source packageinstall.sh 10 linux retval=$? if [[ "${retval}" -ne 0 ]]; then exit 1 |