This procedure shows how to create a bootable and installable OpenDAN Ubuntu Live (along with the automatic hardware detection and configuration) from scratch. The steps described below are also available in this repo in the /scripts
directory.
- Docker is needed on your system
First we run docker_create_env.sh to create a container for building the live image.
sudo sh docker_create_env.sh
Then we run docker_run_build.sh to generate live image iso. The image built will be copied to images
directory
sudo sh docker_run_build.sh
It is simple and easy, using "dd"
sudo dd if=ubuntu-opendan.iso of=<device> status=progress oflag=sync
This completes the process of creating a live OpenDAN Ubuntu installer from scratch. The generated ISO may be tested in a virtual machine such as VirtualBox
or written to media and booted from a standard PC.
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE file for details
This packaging scripts origins from live-custom-ubuntu-from-scratch