My Linux from scratch script!
- Install linux kernel dependencies, depending on your linux distribution.
- Edit
lfs.sh
and changeKERNEL_VERSION
,BUSYBOX_VERSION
orTASKS
as you want. - Run the following command to build kernel and initrd:
./lfs.sh
- Test the system with
qemu
(optional):
./qemu
- Have fun!