Update README.md

This commit is contained in:
dataprolet 2025-02-01 16:44:18 +01:00
parent 2057a9aabf
commit c08f15d27c
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@
This installation script aims for a simple (read minimal) Arch Linux installation, which is modern in the way that it uses UEFI, systemd-boot and Wayland, 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. This installation script aims for a simple (read minimal) Arch Linux installation, which is modern in the way that it uses UEFI, systemd-boot and Wayland, 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.
Tested and working as of **October 2024**. Tested and working as of **Januar 2025**.
![Post-install screenshot.](screenshot.png) ![Post-install screenshot.](screenshot.png)
@ -21,6 +21,9 @@ $ sh install.sh
# pacman -Sy git --noconfirm && git clone https://git.dataprolet.de/dataprolet/Arch-Linux-Installer.git && cd arch && sh install.sh # pacman -Sy git --noconfirm && git clone https://git.dataprolet.de/dataprolet/Arch-Linux-Installer.git && cd arch && sh install.sh
``` ```
### Post-Install
Check out the list of [suggested packages to install](https://git.dataprolet.de/dataprolet/Arch-Linux-Installer/src/branch/main/post-install.md).
### To switch from X11 to Wayland on an existing installation use the following command and reboot: ### To switch from X11 to Wayland on an existing installation use the following command and reboot:
``` ```
# pacman -S wayland xorg-xwayland && sed -i 's/plasma/plasmawayland/g' /etc/sddm.conf.d/kde_settings.conf # pacman -S wayland xorg-xwayland && sed -i 's/plasma/plasmawayland/g' /etc/sddm.conf.d/kde_settings.conf