Skip console script also in LFS

This commit is contained in:
Manuel Canales Esparcia 2006-03-29 18:48:47 +00:00
parent 916a8e9d0a
commit 6b1576a0ee

View file

@ -221,6 +221,7 @@ chapter789_Makefiles() {
case ${this_script} in
*grub) continue ;;
*reboot) continue ;;
*console) continue ;; # Use the file generated by lfs-bootscripts
*kernel) [[ -z ${CONFIG} ]] && continue
cp ${CONFIG} $BUILDDIR/sources/kernel-config ;;
esac