Development kit for building DO2os installer images.
For a pre-built image of the DO2os iso, see the do2iso latest release
Arch Based or DO2os distribution is required
ALL COMMANDS BELOW REQUIRE ROOT ACCESS
Make sure you install all package dependencies
pacman -Sy git
Clone the development kit
git clone --recurse-submodules https://github.com/DO2-Momo/do2dk
Enter the do2dk
directory
cd do2dk
pacman -Sy - < .deps
Compile the do2iso
image
make iso
Once built, your iso
is provided in ./dist
as do2os-YYYY.MM.DD-x86_64.iso
. The name varies depending on the build date.
You can flash this iso to a usb flash drive with your application of choice.
If the iso file is distributed to a windows system, you could use rufus
, see here.
On linux, you can use dd
, more info here.
We recommend using dd
with this configuration:
(Replace with the correct date and correct disk)
dd if=./dist/do2os-YYYY.MM.DD-x86_64.iso of=/dev/sdX status=progress