Update README.md
This commit is contained in:
parent
485abb14df
commit
00fff1e13b
|
@ -29,7 +29,8 @@ Check out the list of [suggested packages to install](https://git.dataprolet.de/
|
|||
# pacman -S wayland xorg-xwayland && sed -i 's/plasma/plasmawayland/g' /etc/sddm.conf.d/kde_settings.conf
|
||||
```
|
||||
|
||||
### *There are now two additional versions of the script:*
|
||||
### *There are additional versions of the script:*
|
||||
- `install-minimal.sh`- Installs only the necessary packages for Plasma.
|
||||
- `install-lvm.sh` - Installs using Ext4 and uses LVM for /root and /home.
|
||||
- `install-grub.sh` - Installs using GRUB for legacy BIOS (and Btrfs).
|
||||
- `ìnstall-x11.sh`- Installs using X11 (and systemd-boot/Btrfs).
|
||||
|
@ -41,9 +42,7 @@ Check out the list of [suggested packages to install](https://git.dataprolet.de/
|
|||
- Creates Btrfs filesystems with zstd compression.
|
||||
- Creates Btrfs volumes for /root and /home.
|
||||
- Refreshes the latest mirror list.
|
||||
- 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 a base system and a minimal KDE Plasma desktop environment.
|
||||
- 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.
|
||||
|
|
Loading…
Reference in New Issue