Update README.md
This commit is contained in:
parent
e5cd9256de
commit
a564002934
12
README.md
12
README.md
|
@ -1,14 +1,14 @@
|
|||
# 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.
|
||||
|
||||
###### [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
|
||||
git clone https://gitlab.com/dataprolet/arch
|
||||
|
@ -16,9 +16,11 @@ cd arch
|
|||
sh install.sh
|
||||
```
|
||||
|
||||
*There's also a new version of the script that installes Btrfs instead of ext4 on LVM. To try it instead use ```install-btrfs.sh```.*
|
||||
### *There are now two additional versions of the script:*
|
||||
- `install-btrfs.sh` - Installs Btrfs and uses subvolumes for /root and /home.
|
||||
- `install-grub.sh` - Installs using GRUB for legacy BIOS.
|
||||
|
||||
#### All features:
|
||||
## All features:
|
||||
- Prompt for all user input at the start (hostname, username passwords).
|
||||
- Partitions a primary and a boot partition.
|
||||
- Encrypts the primary partition using LUKS.
|
||||
|
|
Loading…
Reference in New Issue