diff options
Diffstat (limited to 'lfs.sh')
-rwxr-xr-x | lfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |