This project contains scripts and tools to create a raw disk image with a fully functional linux system, based on Linux From Scratch Project and deployable on a virtual machine or a physical disk drive
- 100% shell script
- minimal config for linux 6.4
- UEFI support by default
- fully customizable by editing set_env_vars.sh file and build recipes
- build based on single recipes
- Create raw disk image with partitions and filesystem
- Download required sources
- Add special user to build cross toolchain
- Build GCC as special user with a clean env
- chroot into virtual image
- build temporary tools
- build basic system
- build Linux kernel
- deploy baisc system config files
- install GRUB
- run a virtual machine to test new system
- dump the virtual disk image to a physical disk
- remove all created files