os icon indicating copy to clipboard operation
os copied to clipboard

Consider using debos to build the iso

Open tintou opened this issue 1 year ago • 3 comments

debos https://github.com/go-debos/debos is specially made for this task and contains well-defined files that are easier to read than what we are currently doing

tintou avatar Feb 01 '23 09:02 tintou

What would be needed to consider a port to using "debos" complete?

(Originally published at: https://jacky.wtf/2023/3/O1Vq)

jalcine avatar Mar 07 '23 16:03 jalcine

As an update, I've been able to successfully build images using debos here: https://github.com/davidmhewitt/debos-experiments

Currently just hardware specific ARM images for Raspberry Pi and PineTab2. x86 iso files would be a bit more difficult with the tools that debos provides, but it's definitely a starting point.

It's definitely a lot nicer than the scripts we have in this repository for building RPi and Pinebook images, so I'll plan to make a PR to replace those with debos in the future.

davidmhewitt avatar Aug 08 '23 14:08 davidmhewitt

If necessary, I've debos ready to be available as a package in elementary (I've done it for focal but that shouldn't be hard to rebase for jammy)

tintou avatar Aug 08 '23 16:08 tintou