LukeShortCloud / rootpages

Root Pages is a collection of easy-to-reference tutorials and guides primarily for Linux and other UNIX-like systems.
Other
55 stars 6 forks source link

[unix_distributions][fedora] Switch to a different Linux distribution #1128

Open LukeShortCloud opened 3 months ago

LukeShortCloud commented 3 months ago

Add and switch to a new OSTree repository where is where the summary file and repository files are stored and is the ref: reference path used in the Treefile for the build.

sudo ostree remote add <OSTREE_REMOTE_NAME> http://<OSTREE_HTTP_REPOSITORY> --no-gpg-verify
sudo rpm-ostree rebase --remote <OSTREE_REMOTE_NAME>  --branch <OSTREE_BRANCH>

https://www.itix.fr/blog/build-your-own-distribution-on-fedora-coreos/