Making Simple Linux Distro from Scratch

Опубликовано: 26 Март 2026
на канале: Nir Lichtman
310,954
10k

In this video I will demonstrate how you can create a small and simple Linux distro from scratch, together with the kernel I will use BusyBox for the user mode utils and Syslinux for the bootloader.

Installations: apt get install bzip2 git vim make gcc libncurses-dev flex bison bc cpio libelf-dev libssl-dev syslinux dosfstools

Linux Git URL: https://github.com/torvalds/linux.git
BusyBox Git URL: https://git.busybox.net/busybox (take a look at the pinned comment for an important remark regarding BusyBox)