xcp-ng / xcp

Entry point for issues and wiki. Also contains some scripts and sources.
https://xcp-ng.org
1.32k stars 74 forks source link

New iso-remaster script and sample patcher scripts #569

Closed ydirson closed 2 years ago

ydirson commented 2 years ago

Goal: replace most of the manual instructions in https://xcp-ng.org/docs/develprocess.html#iso-modification

Base principle is "no need to be root", relies on fakeroot instead. Can use fuseiso+fuse-overlay if possible to avoid copies.

Supports applying changes to install.img, and to the remaining ISO contents.

Still needs better structuring to share more code between the two operating modes.

stormi commented 2 years ago

Looks good to me a first sight

stormi commented 2 years ago

Note: I'm not for replacing manual instructions entirely yet. Rather, to add instructions on how to use the script for those who want to use it, but also leave the manual instructions for whoever needs them and doesn't want to have to read a script to understand it.