diff options
-rw-r--r-- | README.md | 20 | ||||
-rw-r--r-- | bin/install_desktop.sh | 5 |
2 files changed, 13 insertions, 12 deletions
@@ -29,13 +29,15 @@ Execute 'loadkeys de-latin1' after booting to live environment, if you want to s ## To Do +- [ ] Provide recommended Package Lists +- [ ] Packaged for the AUR - [ ] Support LVM -- [ ] Provide LUKS on LVM encryption -- [ ] Support english localization -- [ ] Support installation with WiFi (instead of cable connection) -- [ ] Modify mirrorlist -- [x] Provide installation of desktop environment -- [x] Provide reusable configuration file (json) -- [x] Provide error log -- [x] Automatic partitioning -- [x] Write first version of archinstall.sh +- [ ] Provide LUKS on LVM Encryption +- [ ] Support English Localization +- [ ] Support Installation with WiFi (instead of cable connection) +- [ ] Modify Mirrorlist +- [x] Provide Installation of Desktop Environment +- [x] Provide reusable Configuration File (json) +- [x] Provide Error Log +- [x] Automatic Partitioning +- [x] Write first Version of archinstall.sh diff --git a/bin/install_desktop.sh b/bin/install_desktop.sh index 78dc124..940c310 100644 --- a/bin/install_desktop.sh +++ b/bin/install_desktop.sh @@ -24,7 +24,6 @@ pacman --no-confirm -Syu -pacman --noconfirm -S xorg-server xorg-xinit xorg-utils xorg-server-utils xorg-drivers -pacman --noconfirm -S xfce4 lightdm lightdm-gtk-greeter libxkbcommon libxkbcommon-x11 +pacman --noconfirm -S xorg lightdm lightdm-gtk-greeter xfce4 systemctl enable lightdm -localectl --no-convert set-x11-keymap de pc105 nodeadkeys # does not work. Please fix! +localectl --no-convert set-x11-keymap de pc105 nodeadkeys |