mirror of
https://github.com/tiyn/wiki.git
synced 2026-02-22 10:24:47 +01:00
lvm: created guide to root lv shrinking
This commit is contained in:
18
wiki/linux/arch-linux/arch-linux.md
Normal file
18
wiki/linux/arch-linux/arch-linux.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Arch Linux
|
||||
|
||||
[Arch Linux](https://archlinux.org/) is a rolling-release, general-purpose Linux
|
||||
distribution.
|
||||
Arch Linux uses the [pacman](./pacman_and_yay.md) package manager.
|
||||
The Arch User Repositories (AUR) features community-made packages that can be
|
||||
installed with different
|
||||
[package manager that inlcude access to the AUR](/wiki/linux/arch-linux/pacman_and_yay.md).
|
||||
|
||||
## Installation Medium
|
||||
|
||||
For the installation usage of a simple USB key is advised.
|
||||
This has to be flashed with the Arch ISO.
|
||||
The ISO file can be found on the
|
||||
[official website](https://www.archlinux.org/download/).
|
||||
The iso can be written on an USB-stick using the command
|
||||
`dd bs=4M if=<path to ISO> of=/dev/sdx conv=fsync oflag=direct status=progress`.
|
||||
`<path to ISO>` points the command to the location of the ISO file
|
||||
@@ -2,14 +2,17 @@
|
||||
|
||||
This guide is based upon a
|
||||
[german arch wiki article](https://wiki.archlinux.de/title/Moderne_Installation_mit_UEFI_und_Verschlüsselung).
|
||||
For encryption [dm-crypt](../dm-crypt.md) is used.
|
||||
Inside the encrypted partition a logical volume will be created with
|
||||
[LVM](../lvm.md).
|
||||
|
||||
At the end of this guide a fully functional Arch Linux will be installed.
|
||||
|
||||
## 1. Preparation
|
||||
|
||||
Ahead of the installation an Arch boot-stick has to be created. The iso-file can
|
||||
be found on the [official website](https://www.archlinux.org/download/).
|
||||
The iso can be written on an USB-stick using `dd`.
|
||||
Ahead of the installation an Arch boot-stick has to be created as described in
|
||||
[the Arch Linux entry](/wiki/linux/arch-linux/arch-linux.md#installation-medium).
|
||||
|
||||
After that the USB can be plugged in the system on which Arch should be installed.
|
||||
Boot the target system and select `Boot Arch Linux (x86_64)`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user