diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-12-11 14:30:38 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-12-11 14:30:38 +0100 |
commit | eb038138a4e06ed5c7e4b51891c55037d8da95b6 (patch) | |
tree | 1b274ce49ef5516e24af6ca2afec4643714759ce | |
parent | 782e7af94e02de33bac8c30f21abeee252443c77 (diff) | |
download | archinstall-eb038138a4e06ed5c7e4b51891c55037d8da95b6.tar archinstall-eb038138a4e06ed5c7e4b51891c55037d8da95b6.tar.zst archinstall-eb038138a4e06ed5c7e4b51891c55037d8da95b6.zip |
Fixed desktop installation.
-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 |