My personally preferred way of installing Arch Linux using KDE Plasma with encrypted Btrfs, systemd-boot and UEFI.
Go to file
proledatarian fe48a401ed Update post-install.md 2022-02-26 14:42:43 +00:00
README.md Updates name of the repo. 2022-02-23 14:49:32 +00:00
btrfs-test.sh Update btrfs-test.sh 2022-02-16 14:07:00 +00:00
install-full.sh Update install-full.sh, README.md 2022-02-16 15:05:55 +00:00
install.md Update install.md 2022-02-25 18:56:17 +00:00
install.sh Added update keyring for install from older image. 2022-02-23 14:46:47 +00:00
pkgs Update pkgs 2022-02-16 14:38:30 +00:00
post-install.md Update post-install.md 2022-02-26 14:42:43 +00:00

README.md

Simple, modern and secure installation of Arch Linux with KDE Plasma.

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...

To automatically install Arch Linux, clone this repository:

pacman -Sy git
git clone https://gitlab.com/dataprolet/arch
cd arch
sh install.sh

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.
  • Creates LVM volumes for /root and /home with custom sizes.
  • Creates ext4 filesystems for both partitions.
  • Refreshes the latest mirror list.
  • Installs a base system (base linux linux-firmware lvm2 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.
  • Sets German keyboard layout and English locale.
  • Enables SDDM auto-login to boot into Plasma after the first reboot.