aboutsummaryrefslogtreecommitdiffstats
path: root/insidechroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'insidechroot.sh')
-rw-r--r--insidechroot.sh16
1 files changed, 15 insertions, 1 deletions
diff --git a/insidechroot.sh b/insidechroot.sh
index 08eada0..f92e65e 100644
--- a/insidechroot.sh
+++ b/insidechroot.sh
@@ -39,6 +39,20 @@ elif [[ "${CHAPTER}" -eq 8 ]]; then
fi
done
+elif [[ "${CHAPTER}" -eq 9 ]]; then
+
+ # Chapter 9
+ printf "%b" "\n${IWHT}============ ${IGRN}Building ${IYLW}Chapter 9${IWHT} \
+============${RST}\n"
+
+ for package in lfs-bootscripts; do
+ source packageinstall.sh 9 $package
+ retval=$?
+ if [[ "${retval}" -ne 0 ]]; then
+ exit 1
+ fi
+ done
+
else
- printf "%b" "Do Chapter 9 and 10 stuff here.\n"
+ printf "%b" "Do Chapter 10 stuff here.\n"
fi