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