Add screenshot.
This commit is contained in:
parent
a5e001c074
commit
68d8c37feb
|
@ -4,13 +4,17 @@
|
||||||
|
|
||||||
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 May 2024.
|
||||||
|
|
||||||
|
![Post-install screenshot.](screenshot.png)
|
||||||
|
|
||||||
##### [Click here to go to the manual installation (legacy Ext4/LVM)..](https://gitlab.com/dataprolet/simple-modern-and-secure-arch-linux-install/-/blob/master/install.md).
|
##### [Click here to go to the manual installation (legacy Ext4/LVM)..](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
|
||||||
$ git clone https://gitlab.com/dataprolet/arch
|
$ git clone https://gitlab.com/dataprolet/arch
|
||||||
$ cd arch
|
$ cd arch
|
||||||
$ sh install.sh
|
$ sh install.sh
|
||||||
|
@ -21,8 +25,6 @@ $ sh install.sh
|
||||||
# pacman -Sy git --noconfirm && git clone https://gitlab.com/dataprolet/arch && cd arch && sh install.sh
|
# pacman -Sy git --noconfirm && git clone https://gitlab.com/dataprolet/arch && cd arch && sh install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
- Tested and working as of January 2024.
|
|
||||||
|
|
||||||
### 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 plasma-wayland-session && sed -i 's/plasma/plasmawayland/g' /etc/sddm.conf.d/kde_settings.conf
|
# pacman -S wayland xorg-xwayland plasma-wayland-session && sed -i 's/plasma/plasmawayland/g' /etc/sddm.conf.d/kde_settings.conf
|
||||||
|
|
Loading…
Reference in New Issue