Linux From Scratch as per LFS-BOOK, Tool for building LFS.
git clone with submodule.
git clone --recurse-submodules https://github.com/arjuncr/LFS.git
Building LFS
./build_lfs.sh
#################################################################################
############################Utility to Build LFS ###########################
#################################################################################
Help message --help
Build All: --build-all
Rebuild All: --rebuild-all
Clean All: --clean-all
Wipe and rebuild --wipe-rebuild
Building kernel: --build-kernel --rebuild-kernel --clean-kernel
Building other soft: --build-other --rebuild-other --clean-other
Creating root-fs: --create-rootfs
Create ISO Image: --create-img
Cleaning work dir: --clean-work-dir
Test with Qemu --Run-qemu
###################################################################################