Compiling dahliaOS
💡
The build script is used to connect to the docker container and to pass commands to it.
Clone and enter the Buildroot repository
git clone https://github.com/dahliaos/buildroot.git
cd buildrootConfigure Buildroot
sudo ./build makeConfigure Busybox and Menuconfig
sudo ./build make busybox-menuconfig
sudo ./build make linux-menuconfigCompile Buildroot
sudo ./build make menuconfigDone
Once it's done, your ISO file should be in /images!