blob: c75638ae6f32c2e4bbad16ef8bf363ad704a2377 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Install LXQt and SDDM auto-login for it.
pkginstall livecd-support-lxqt 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
|