From b4958902988b501755853cdd0191a266ef34ea8e Mon Sep 17 00:00:00 2001 From: William Harrington Date: Wed, 7 Apr 2021 16:30:37 -0500 Subject: Revert chapter8 changes in insideroot. No chapter8 branch stuff in here! --- insidechroot.sh | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/insidechroot.sh b/insidechroot.sh index b78a4a2..28cf64f 100644 --- a/insidechroot.sh +++ b/insidechroot.sh @@ -22,21 +22,7 @@ if [[ "${CHAPTER}" -eq 7 ]]; then exit 1 fi done - -elif [[ "${CHAPTER}" -eq 8 ]]; then - - # Chapter 8 - printf "%b" "\n${IWHT}============ ${IGRN}Building ${IYLW}Chapter 8${IWHT} \ -============${RST}\n" - - for package in man-pages iana-etc glibc zlib bzip2 xz zstd file readline m4 bc flex tcl expect dejagnu binutils gmp mpfr mpc isl attr acl libcap shadow gcc pkg-config ncurses sed psmisc gettext bison grep bash libtool gdbm gperf expat inetutils perl xml-parser intltool autoconf automake kmod libelf libffi openssl python ninja meson coreutils check diffutils gawk findutils groff grub less gzip iproute2 kbd libpipeline make patch man-db tar texinfo vim eudev procps-ng util-linux e2fsprogs sysklogd sysvinit; do - source packageinstall.sh 8 $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 8, 9 and 10 stuff here.\n" fi -- cgit v1.2.3-54-g00ecf