aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlfs.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/lfs.sh b/lfs.sh
index 9362a26..6a38b08 100755
--- a/lfs.sh
+++ b/lfs.sh
@@ -96,7 +96,7 @@ esac
printf "%b" "${GRN}Copying required files to ${YLW}${LFS}/sources \
${GRN}target directory${RST}... "
-if ! cp -rf ./*.sh chapter* ./*.csv "${LFS}/sources"; then
+if ! cp -rf ./*.sh chapter* ./*.csv kernelconfig "${LFS}/sources"; then
printf "%b" "${IRED}FAILED!${RST}\n"
else
printf "%b" "${IGRN}OK${RST}\n"
@@ -244,6 +244,9 @@ retval=$?
printf "%b" "\n${CYN}EXITED ${RED}CHROOT${RST} ENVIRONMENT...${RST}\n"
+printf "%b" "\n${CYN}ENTERING ${RED}CHROOT${CYN} ENVIRONMENT...${RST}\n"
+sleep 3
+
# Create chapter10 log directory as non root user
mkdir -p "${LFS}"/sources/log/chapter10
@@ -264,4 +267,3 @@ sudo chroot "${LFS}" /usr/bin/env -i \
retval=$?
printf "%b" "\n${CYN}EXITED ${RED}CHROOT${RST} ENVIRONMENT...${RST}\n"
-