Artix Linux Forum

General Category => Discussion about Artix => Topic started by: Piere on 19 December 2022, 02:26:10

Title: How would I go about making a custom ISO installation for Artix?
Post by: Piere on 19 December 2022, 02:26:10
I'd like to make a custom ISO with it's own pre-configurations such as a custom desktop and a custom browser with plugins. How would I achieve this?
Title: Re: How would I go about making a custom ISO installation for Artix?
Post by: tintin on 19 December 2022, 08:26:31
Have you looked at the wiki ?
https://wiki.artixlinux.org/Main/InstallationUsingBuildiso
Title: Re: How would I go about making a custom ISO installation for Artix?
Post by: Piere on 19 December 2022, 13:58:40
Does this allow exact pre-configuration or does it create an install list?
Title: Re: How would I go about making a custom ISO installation for Artix?
Post by: tintin on 19 December 2022, 16:27:08
Does this allow exact pre-configuration or does it create an install list?
I think so, because this section of the wiki starts with this sentence:
"It is possible to create a custom bootable ISO by following the procedure below."
Title: Re: How would I go about making a custom ISO installation for Artix?
Post by: Piere on 19 December 2022, 18:45:49
So you can only use lxqt for a desktop environment in ISO creation? This guide is a bit unclear
Title: Re: How would I go about making a custom ISO installation for Artix?
Post by: Piere on 19 December 2022, 19:05:51
I'm getting a bunch of errors when running the commands in a root terminal and in a regular one, one of these being

error: failed retrieving file 'multilib.db'

But when I run sudo pacman -Sy all repos sync fine.
Title: Re: How would I go about making a custom ISO installation for Artix?
Post by: tintin on 20 December 2022, 05:00:22
So you can only use lxqt for a desktop environment in ISO creation? This guide is a bit unclear
A kind contributor of this forum had already answered you on this subject :
https://forum.artixlinux.org/index.php/topic,4626.msg30077.html#msg30077

But using a search engine, it is easy to find additional information on this subject :
https://www.linuxhowtos.org/Tips%20and%20Tricks/using_skel.htm
https://www.thegeekdiary.com/understanding-the-etc-skel-directory-in-linux/
Title: Re: How would I go about making a custom ISO installation for Artix?
Post by: tintin on 20 December 2022, 05:04:59
I'm getting a bunch of errors when running the commands in a root terminal and in a regular one, one of these being
error: failed retrieving file 'multilib.db'
I don't know if this has something to do with the multilib repository ?
https://forum.artixlinux.org/index.php/topic,132.0.html

Or with gcc ?
Code: [Select]
$ pacman -Ss multilib
system/gcc 12.2.0-1 (base-devel) [installé]
    The GNU Compiler Collection - C and C++ frontends
Title: Re: How would I go about making a custom ISO installation for Artix?
Post by: nous on 20 December 2022, 13:20:56
I'm getting a bunch of errors when running the commands in a root terminal and in a regular one, one of these being

error: failed retrieving file 'multilib.db'

But when I run sudo pacman -Sy all repos sync fine.
Copy /etc/pacman.conf to ~/.config/artools/pacman-default.conf and enable non-default repositories.