aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-15 12:44:49 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-15 12:44:49 -0500
commit13f2c64995621d3180b468c4d525eff1eb8c9993 (patch)
tree6b500043cd6fd51e254983aac906de354ad9c1fa
parent8b5530be21a8e28e3e2c1b9917ca3645fbd13398 (diff)
Copy kernel config.
-rwxr-xr-xlfs.sh2
1 files changed, 1 insertions, 1 deletions
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"