Added instructions to install Arch Linux from the live ISO

This commit is contained in:
Phuntsok Drak-pa 2019-09-21 18:10:01 +02:00
parent 7a6aca59a5
commit b08dfb91b1
3 changed files with 13 additions and 1 deletions

View File

@ -1 +0,0 @@
phundrak@Gampo.1032:1568964986

Binary file not shown.

After

Width:  |  Height:  |  Size: 1011 KiB

View File

@ -60,6 +60,19 @@
get an Arch Linux distribution up and running with the same configuration as
my main computers and my travelling laptops configuration.
** Install Arch Linux
I usually install Arch from the vanilla ISO, however I began using [[https://github.com/MatMoul/archfi][archfi]] to
install easily the distro (Ive done it so many times, I know how it works
now). Usually, my distros will be installed on at least two partitions, one
dedicated to =/home=, the other to the root partition =/=. When you boot into
the live ISO, execute the following command:
#+BEGIN_SRC sh :exports code
wget archfi.sf.net/archfi
# Or from matmoul.github.io/archfi if SourceForge is down
sh archfi
#+END_SRC
Then, follow the instructions and install Arch Linux.
** Update the system
First of all, lets update the system in order to be sure to have the latest
version.