add note here too as in install3.md

explain the correction and how it works
This commit is contained in:
joborun linux 2023-09-18 10:28:07 +00:00
parent 6e365f1afd
commit 24e316ef9b
1 changed files with 19 additions and 1 deletions

View File

@ -130,5 +130,23 @@ You may either reboot at this point or use arch-chroot to get into the installat
## **Welcome to joborun** ##
Note: In general, the hierarchy as seen in pacman.conf works in reverse for wiki. What you can not find here you may find in Obarun, as it applies here as well. What you can't find in Obarun wiki you can find in wiki.archlinux.org, and it applies for Obarun, and applies here as well. With the exception of anything that relates to systemd/logind. On the other side of the coin though there may be a tendency to overbrowse Artix wiki, and with the very specific runit similarity there is nothing that should be relevant, compatible, and non-destructive.
#### Note 1: #### In general, the hierarchy as seen in pacman.conf works in reverse for wiki. What you can not find here you may find in Obarun, as it applies here as well. What you can't find in Obarun wiki you can find in wiki.archlinux.org, and it applies for Obarun, and applies here as well. With the exception of anything that relates to systemd/logind. On the other side of the coin though there may be a tendency to overbrowse Artix wiki, and with the very specific runit similarity there is nothing that should be relevant, compatible, and non-destructive.
#### Note: 2 ####
Thanks to [[u/unix21311 | https://www.reddit.com/user/unix21311/]] a detail that escaped us, not actually using a different distro to do the installation, till pacman and mirrorlists are installed in the chroot the flag --config /mnt/etc/pacman.conf must be used for your local pacman to be reading a different configuration and repositories than what is native. So the 2nd step of installation was modified. In the first step you use the pacman.conf that is temporary to install joborun's pacman, the 2nd step is using the chroot's own new pacman.conf.
<pre>pacman -Syu -r /mnt</pre>
uses the native (host's) pacman to install into the chroot /mnt
<pre>pacman -Syu --config /tnp/alternative-pacman.conf -r /mnt</pre>
uses this alternative pacman.conf stored somewhere else
<pre>sudo arch-chroot /mnt pacman -Syu</pre>
uses the pacman installed into /mnt (target) and therefore /mnt/etc/pacman.conf