diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 13:53:09 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 13:53:09 -0500 |
commit | bbab5f8291ecb9a9aa4c75e9bf8d9a5a7b1708a1 (patch) | |
tree | cbfb8b2b762b2a8e0e6c3c3f31a9914807907e3b /lfs.sh | |
parent | 1711f4725f3f01241dd5097fd9ecf72aaa5283b2 (diff) |
Add chapter 5 build message.
Diffstat (limited to 'lfs.sh')
-rwxr-xr-x | lfs.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -94,6 +94,8 @@ if [ "$retval" -ne 0 ]; then fi # Chapter 5 +printf "%b" "${IWHT}============ ${IGRN}Building ${IYLW}Chapter 5${IWHT} \ +============${RST}\n" for package in binutils gcc linux-api-headers glibc libstdc++; do source packageinstall.sh 5 $package retval=$? |