Update README.md
This commit is contained in:
parent
47997365a1
commit
56e26dc12f
12
README.md
12
README.md
|
@ -2,9 +2,9 @@
|
|||
|
||||
### 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 Btrfs subvolumes 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 (Ext4/LVM)..](https://gitlab.com/dataprolet/simple-modern-and-secure-arch-linux-install/-/blob/master/install.md).
|
||||
|
||||
---
|
||||
|
||||
|
@ -17,17 +17,17 @@ sh install.sh
|
|||
```
|
||||
|
||||
### *There are now two additional versions of the script:*
|
||||
- `install-lvm.sh` - Installs using ext4 and uses LVM for /root and /home.
|
||||
- `install-lvm.sh` - Installs using Ext4 and uses LVM for /root and /home.
|
||||
- `install-grub.sh` - Installs using GRUB for legacy BIOS.
|
||||
|
||||
## All features:
|
||||
- Prompt for all user input at the start (hostname, username passwords).
|
||||
- Prompt for all user input at the start (hostname, username, passwords).
|
||||
- Partitions a primary and a boot partition.
|
||||
- Encrypts the primary partition using LUKS.
|
||||
- Creates Btrfs filesystems with zstd compression.
|
||||
- Creates Btrfs volumes for /root and /home with custom sizes.
|
||||
- Creates Btrfs volumes for /root and /home.
|
||||
- Refreshes the latest mirror list.
|
||||
- Installs a base system (base linux linux-firmware lvm2 nano networkmanager sudo).
|
||||
- Installs a base system (base linux linux-firmware btrfs-progs nano networkmanager sudo).
|
||||
- Installs very few additional packages (firefox konsole linux-zen)
|
||||
- Installs a minimal KDE Plasma desktop environment (plasma-desktop, sddm, sdmd-kcm)
|
||||
- Installs systemd-boot as a bootloader.
|
||||
|
|
Loading…
Reference in New Issue