Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: n00b on 30 December 2024, 15:54:51

Title: buildiso
Post by: n00b on 30 December 2024, 15:54:51
https://wiki.artixlinux.org/Main/InstallationUsingBuildiso

How does one specify a different init than OpenRC?
How does one discover what profiles are available?
 moksha is accepted. are any others

I'll add answers to the wiki.
Title: Re: buildiso
Post by: nous on 31 December 2024, 01:07:36
How does one specify a different init than OpenRC?
Code: [Select]
# buildiso [-p <profile>] [-i <init>]
How does one discover what profiles are available?
Whatever exists in ~/artools-workspace/iso-profiles - usually a copy of https://gitea.artixlinux.org/artix/iso-profiles/src/branch/wip (notice the wip branch, is the most recently updated). Many symlinks in place, we don't like to duplicate stuff.
[/quote]
Title: Re: buildiso
Post by: n00b on 31 December 2024, 02:12:48
thank you nous
still following https://wiki.artixlinux.org/Main/InstallationUsingBuildiso

artools and iso-profiles installed

/etc/artools$ ls
artools-iso.conf  artools-pkg.conf

I have no artools-base.conf

Why not clone these from gitea?