diff --git a/.#README.org b/.#README.org deleted file mode 120000 index 1d392c1..0000000 --- a/.#README.org +++ /dev/null @@ -1 +0,0 @@ -phundrak@Gampo.1032:1568964986 \ No newline at end of file diff --git a/2019-09-21-172222_1366x768_scrot.png b/2019-09-21-172222_1366x768_scrot.png new file mode 100644 index 0000000..2b2929a Binary files /dev/null and b/2019-09-21-172222_1366x768_scrot.png differ diff --git a/README.org b/README.org index 2c0e8e2..18a662e 100644 --- a/README.org +++ b/README.org @@ -60,6 +60,19 @@ get an Arch Linux distribution up and running with the same configuration as my main computer’s and my travelling laptop’s 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 (I’ve 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, let’s update the system in order to be sure to have the latest version.