Update 'install.md'

This commit is contained in:
joborun linux 2022-03-03 01:57:08 +00:00
parent 47e5e48acf
commit 4863dd7053

View file

@ -4,7 +4,7 @@
#### 1 From and Arch based system using pacman ####
#### 2 By downloading our tarball of the minimal base system ####
======= the following is a draft and needs additions/corrections =======
###### the following is a draft and needs additions/corrections ######
1 First create a new partition for the system to be created. If you don't know how, see the great [[https://wiki.archlinux.org | https://wiki.archlinux.org/title/Installation_guide#Partition_the_disks ]] wiki on the subject. We will only provide here information that is different than Arch Linux or Obarun.
@ -17,7 +17,7 @@ For simplicity we will refer to this prepared and mounted partition as the "targ
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]]
===== Assumptions for this installation: =====
###### Assumptions for this installation: ######
- User has partitioned, formatted, and mounted partitions on /mnt
- Network is functional
@ -28,7 +28,7 @@ For EFI systems als follow the arch wiki [[https://wiki.archlinux.org/index.php/
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.
==== Create pacman lib directory in /mnt ====
###### Create pacman lib directory in /mnt ######
<pre>
# mkdir -p /mnt/var/lib/pacman
@ -36,7 +36,7 @@ One of the key differences with Arch is that joborun and Obarun have a few more
This is necessary for installing pacman to the target in order to use the current and correct joborun pacman.conf.
==== install joborun's pacman to target ====
###### install joborun's pacman to target ######
<pre>
@ -99,24 +99,23 @@ edit your hostname, although it should also be set by configuring your boot modu
</pre>
=== 7 Misc. optional configurations ===
###### 7 Misc. optional configurations ######
Install and set your boot loader as per joborun and/or arch wikis if necessary:
[[grub|grub]] [[syslinux|syslinux]]
===== Your installation is complete =====
###### Your installation is complete ######
You may either reboot at this point or use arch-chroot to get into the installation and do more configurations or pkg installations as you need.
**Welcome to joborun**
===== Don't forget =====
###### Don't forget ######
If the host system is not a live system but a regular installation, you must copy back the original pacman.conf from its temporary saved location
<html><pre>
# cp -a /etc/pacman.conf.arch /etc/pacman.conf
</pre></html>