This repository contains docker based host system and scripting environment to build bootable iso image with Linux From Scratch 11.2.
General idea is to learn Linux by building your own system based on the LFS.
Scripts are organized to follow closely as possible the book structure.
sudo make image
Final result is a bootable image (lfs.img) with LFS system which can be flashed on USB stick with the command:
sudo dd if=lfs.img of=/dev/sdb status=progress
The work is based on Linux from Scratch project and provided with MIT license. The initiative is influenced by Ilya Builuk https://github.com/reinterpretcat/lfs