Skip console script also in LFS
This commit is contained in:
parent
916a8e9d0a
commit
6b1576a0ee
1 changed files with 4 additions and 3 deletions
|
@ -221,6 +221,7 @@ chapter789_Makefiles() {
|
||||||
case ${this_script} in
|
case ${this_script} in
|
||||||
*grub) continue ;;
|
*grub) continue ;;
|
||||||
*reboot) continue ;;
|
*reboot) continue ;;
|
||||||
|
*console) continue ;; # Use the file generated by lfs-bootscripts
|
||||||
*kernel) [[ -z ${CONFIG} ]] && continue
|
*kernel) [[ -z ${CONFIG} ]] && continue
|
||||||
cp ${CONFIG} $BUILDDIR/sources/kernel-config ;;
|
cp ${CONFIG} $BUILDDIR/sources/kernel-config ;;
|
||||||
esac
|
esac
|
||||||
|
|
Reference in a new issue