|
4 | 4 | For AUT-ICPC competitions of 2019, an Archlinux iso image was provided.
|
5 | 5 | So here are some links and explanations for the journey of installing and configuring and having a live image in Archlinux.
|
6 | 6 |
|
7 |
| -## Getting Started |
| 7 | +### Getting Started |
8 | 8 |
|
9 |
| -At first I quote a heads up from [Archlinux website](https://www.archlinux.org): |
| 9 | +At first I quote a heads up from Archlinux website: |
10 | 10 | ```
|
11 | 11 | You may not want to use Arch, if
|
12 | 12 |
|
13 |
| -- you require support for an architecture other than x86_64. |
14 |
| -- you do not have the ability/time/desire for a 'do-it-yourself' GNU/Linux distribution. |
15 |
| -- you believe an operating system should configure itself, run out of the box, and include a complete default |
16 |
| - set of software and desktop environment on the installation media. |
| 13 | +- you require support for an architecture other than x86_64. |
| 14 | +- you do not have the ability/time/desire for a 'do-it-yourself' GNU/Linux distribution. |
| 15 | +- you believe an operating system should configure itself, run out of the box, and include a complete default |
| 16 | + set of software and desktop environment on the installation media. |
17 | 17 | ```
|
18 | 18 | [See by youself](https://wiki.archlinux.org/index.php/Frequently_asked_questions#Why_would_I_not_want_to_use_Arch?)
|
19 | 19 |
|
20 | 20 | ## Contents
|
21 |
| -- [Download Arch Iso](#download arch iso) |
| 21 | +- [Download Arch Iso](#download) |
22 | 22 | - [Installation](#installation)
|
23 | 23 | - [Post-installation](#post-installation)
|
24 |
| -- [Live Image](#live_image) |
| 24 | +- [Live Image](#live) |
25 | 25 |
|
26 | 26 | ## Download Arch Iso
|
27 | 27 | You can download Arch iso from [here](https://www.archlinux.org/download).
|
28 | 28 |
|
29 | 29 | ## Installation
|
30 | 30 | For installing Arch, you can use the documents existing at [Archwiki](https://wiki.archlinux.org) or just watching tutorials at Youtube.
|
31 | 31 |
|
32 |
| -- [Installation guide](https://wiki.archlinux.org/index.php/installation_guide) at Archwiki. |
| 32 | +- [Installation Guide](https://wiki.archlinux.org/index.php/installation_guide) at Archwiki. |
33 | 33 | - Tutorials at Youtube:
|
34 |
| - - [first tutorial](https://www.youtube.com/watch?v=DuX4ERxnrsY) |
35 |
| - - [second tutorial](https://www.youtube.com/watch?v=lizdpoZj_vU&t=1475s) |
| 34 | + - [First tutorial](https://www.youtube.com/watch?v=DuX4ERxnrsY) |
| 35 | + - [Second tutorial](https://www.youtube.com/watch?v=lizdpoZj_vU&t=1475s) |
36 | 36 |
|
37 | 37 |
|
38 | 38 | > Tips
|
39 |
| -For a fully functional base system, pay attention to the packages that you append to the **pacstrap** command, otherwise you may end up having no _text editor_ or _network manager_. |
| 39 | +- For a fully functional base system, pay attention to the packages that you append to the **pacstrap** command, otherwise you may end up having no _text editor_ or _network manager_. |
40 | 40 | for example:
|
41 |
| -`pacstrap /mnt base linux linux-firmware` |
42 |
| - |
43 |
| -Set the system clock up to date. Otherwise you may face some problems later. |
| 41 | + `pacstrap /mnt base linux linux-firmware` |
| 42 | +- Set the system clock up to date. Otherwise you may face some problems later. |
44 | 43 |
|
45 | 44 | ## Post-installation
|
46 | 45 | - Like setting up a **graphical user interface**, **sound** or a **touchpad**.
|
|
0 commit comments