blob: e0acf7bae625cbb175f956706694699e84828b30 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Install MATE and SDDM auto-login for it.
pkginstall livecd-support-mate networkmanager
# Start X on boot, if possible.
svcenable udev boot
svcenable udev-trigger boot
svcenable elogind
svcenable NetworkManager
svcenable sddm
svcenable wpa_supplicant
inherit base.installfile
|