Commit d807a745 authored by isaagar's avatar isaagar

Merge branch '32bitbuild' into 'master'

Resolution for bug number 417 See merge request hamara-developers/hamara-live-build!51
parents b7445833 30cd7335
Pipeline #1287 passed with stages
in 23 minutes 6 seconds
......@@ -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 "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment