From dcc08fd03992ff7431bd360759f9246e8b24ef07 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Tue, 13 Apr 2021 14:21:29 -0500 Subject: Copy kernel config long with scripts and package/patches csv files. Adjust a CHROOT printf. --- lfs.sh | 6 ++++-- 1 file 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" - -- cgit v1.2.3-54-g00ecf