Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- #### Execute after https://pastebin.com/UHen1K5L
- set -x -e -o pipefail
- pacman-key --init
- pacman-key --populate archlinuxarm
- timedatectl set-ntp true
- timedatectl set-timezone Europe/London
- echo "LANG=en_GB.UTF-8" >> /etc/locale.conf
- echo "en_GB.UTF-8 UTF-8
- en_GB ISO-8859-1" >> /etc/locale.gen
- locale-gen
- useradd -m -g users -s /bin/bash xxx
- echo "xxx" > /etc/hostname
- echo "KEYMAP=ANSI-dvorak" >> /etc/vconsole.conf
- echo "127.0.0.1 localhost
- ::1 localhost
- 127.0.1.1 mic.localdomain xxx" >> /etc/hosts
- # -------- install manually: REQUIRES WIFI ACCESS --------
- # pacman -S base-devel # choose option 22
- # run visudo
- # set passd
- # pacman -Syu
- # reboot
- # GNOME INSTALLATION:
- # pacman -S xf86-video-vesa xterm xorg-server gnome gnome-extra gdm
- # systemctl enable gdm
- # RESULT:
- # 1. The same login loop occurs with gnome + lightdm and with gnome + lxdm
- # 2. The login loop does *not* occur with mate + lightdm
- # 3. The login loop does *not* occur with plamsa + kde
- # 4. Tested only on asus c101 pa chromebook
- # 5. NEED TO TEST sddm (possble login ok)
Advertisement
Add Comment
Please, Sign In to add comment