From 13f2c64995621d3180b468c4d525eff1eb8c9993 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 15 Apr 2021 12:44:49 -0500 Subject: Copy kernel config. --- lfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs.sh b/lfs.sh index 8cd843a..9a8a4f1 100755 --- a/lfs.sh +++ b/lfs.sh @@ -98,7 +98,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 fail "FAILED!" else success "OK" -- cgit v1.2.3-54-g00ecf