Commit 30cd7335 authored by rajudev's avatar rajudev

- Changed the path of files which gets copied for building an ISO for the 32 bit architecture.

- Added a figlet for the current time and date, To help determine, when an actual ISO is built. This is an addition to the earlier commits to resolve Bug number 417 https://bugs.hamaralinux.org/show_bug.cgi?id=417 Tested: yes, working fine.
parent 98948ee4
......@@ -98,7 +98,7 @@ 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/
cp -rv $DIR/config.d/$RELEASE/config/* $DIR/build_area/$RELEASE-$ARCH/config/
lb config --linux-flavours 686 --architectures i386
fi
......@@ -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