Update README.md

This commit is contained in:
proledatarian 2022-02-16 13:06:39 +00:00
parent 7725948ea9
commit 4e70cebb90
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
# Simple, modern and secure installation of Arch Linux with KDE Plasma. # Simple, modern and secure installation of Arch Linux with KDE Plasma.
##### This is my personal installation routine, which I continously expand and redefine. #### This is my personal installation routine, which I continously expand and redefine.
This installation script aims for a simple (read minimal) Arch Linux installation, which is modern in the way that it uses UEFI and systemd-boot, secure in the way that it uses full-disk encryption using LUKS as well as flexibility by using LVM volumes for the root and home partition. This installation script aims for a simple (read minimal) Arch Linux installation, which is modern in the way that it uses UEFI and systemd-boot, secure in the way that it uses full-disk encryption using LUKS as well as flexibility by using LVM volumes for the root and home partition.
---
###### [Click here to go to the manual installation..](https://gitlab.com/dataprolet/simple-modern-and-secure-arch-linux-install/-/blob/master/install.md). ###### [Click here to go to the manual installation..](https://gitlab.com/dataprolet/simple-modern-and-secure-arch-linux-install/-/blob/master/install.md).
---
#### To automatically install Arch Linux, clone this repository: #### To automatically install Arch Linux, clone this repository:
``` ```
pacman -Sy git pacman -Sy git
@ -16,8 +16,8 @@ cd arch-install
sh install.sh sh install.sh
``` ```
##### All features: #### All features:
- Prompt for all user input at the start. - Prompt for all user input at the start (hostname, username passwords).
- Partitions a primary and a boot partition. - Partitions a primary and a boot partition.
- Encrypts the primary partition using LUKS. - Encrypts the primary partition using LUKS.
- Creates LVM volumes for /root and /home with custom sizes. - Creates LVM volumes for /root and /home with custom sizes.