Skip to content
/ do2dk Public

Development kit for building DO2os installer images

Notifications You must be signed in to change notification settings

DO2-Momo/do2dk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

do2dk ( DO2 Development Kit )

Version française

Development kit for building DO2os installer images.

For a pre-built image of the DO2os iso, see the do2iso latest release




Dependencies

Arch Based or DO2os distribution is required

ALL COMMANDS BELOW REQUIRE ROOT ACCESS

Make sure you install all package dependencies

pacman -Sy git


Clone

Clone the development kit

git clone --recurse-submodules https://github.com/DO2-Momo/do2dk

Enter the do2dk directory

cd do2dk
pacman -Sy - < .deps


Build

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.



Flash

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

About

Development kit for building DO2os installer images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published