diff --git a/mkbuild b/mkbuild index 49b7456b338b3c8045701f4773604ac4b3fcce41..21efc472e802659bf9e0b4989f8b529be14c6912 100755 --- a/mkbuild +++ b/mkbuild @@ -98,8 +98,8 @@ BUILD(){ if [ $ARCH == i386 ] ;then Info "Copy installer files for i386 arch and set kernel flavour" - cp -r $DIR/data/includes/* $DIR/build_area/$RELEASE-$ARCH/config/includes.installer/ - lb config --linux-flavours 686-pae + cp -rv $DIR/config.d/$RELEASE/config/* $DIR/build_area/$RELEASE-$ARCH/config/ + lb config --linux-flavours 686 --architectures i386 fi figlet STARTING BUILD @@ -126,6 +126,8 @@ BUILD(){ done duration=$SECONDS + echo " Current time " + date | figlet Info " Build completed in $(($duration / 60)) minutes and $(($duration % 60)) seconds " echo " ---- Now, test your ISO ---- " echo " Tip : Make bootable USB stick with Etcher "