Compile

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 buildroot

Configure Buildroot

sudo ./build make

Configure Busybox and Menuconfig

sudo ./build make busybox-menuconfig
 
sudo ./build make linux-menuconfig

Compile Buildroot

sudo ./build make menuconfig

Done

Once it's done, your ISO file should be in /images!