Update 'install.md'

This commit is contained in:
joborun linux 2022-03-03 02:03:08 +00:00
parent 5d4f918e62
commit 6dce2ece79

View file

@ -16,7 +16,7 @@ This will get you a copy of joborun's pacman.conf file.
For simplicity we will refer to this prepared and mounted partition as the "target" /mnt and the arch system from which you will make the installation will be the "host" /
For EFI systems als follow the arch wiki [[https://wiki.archlinux.org/index.php/EFI_system_partition|EFI system partition]] and the obarun wiki entry [[https://wiki.obarun.org/doku.php?id=uefi|uefi]]
For EFI systems also follow the arch wiki [[https://wiki.archlinux.org/index.php/EFI_system_partition|EFI system partition]] and the obarun wiki entry [[https://wiki.obarun.org/doku.php?id=uefi|uefi]]
###### Assumptions for this installation: ######
@ -25,9 +25,9 @@ For EFI systems als follow the arch wiki [[https://wiki.archlinux.org/index.php/
- Arguments passed to the script are valid pacman targets
- A valid mirror appears in /etc/pacman.d/mirrorlist
- You are in a root shell
- arch-install-scripts is installed in your system (includes arch-chroot and pacstrap)
- arch-install-scripts is installed in your system (includes arch-chroot & genfstab which will be used here)
One of the key differences with Arch is that joborun and Obarun have a few more repositories that are placed higher up in hierarchy within /etc/pacman.conf to give priority to joborun's packages over Obarun, and Obarun in turn over arch.
One of the key differences with Arch is that joborun and Obarun have a few more repositories that are placed higher up in hierarchy within /etc/pacman.conf to give priority to joborun's packages over Obarun, and Obarun's in turn over arch.
###### Create pacman lib directory in /mnt ######