diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-13 14:20:40 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-13 14:20:40 -0500 |
commit | fac2fa09f9d6424cc4c1c3aa8892f306e55a9b9e (patch) | |
tree | 7a6dcbb5a70d106061fac296132c7c625879e92a | |
parent | a200356b8fcd999591f92372d561ce5efc96cf11 (diff) |
Add command for building the kernel.
-rw-r--r-- | insidechroot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/insidechroot.sh b/insidechroot.sh index 0c917ab..ac193ae 100644 --- a/insidechroot.sh +++ b/insidechroot.sh @@ -70,7 +70,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 |