liveusb: add lightdm autologin
This commit is contained in:
parent
d57620c96d
commit
6783a317c7
4
live/lightdm-qubes-live.conf
Normal file
4
live/lightdm-qubes-live.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[SeatDefaults]
|
||||||
|
autologin-user=liveuser
|
||||||
|
autologin-user-timeout=0
|
||||||
|
user-session=kde-plasma
|
@ -26,6 +26,9 @@ install -m 0755 -t $RPM_BUILD_ROOT/etc/rc.d/init.d/ \
|
|||||||
livesys \
|
livesys \
|
||||||
livesys-late
|
livesys-late
|
||||||
|
|
||||||
|
install -D -m 0644 lightdm-qubes-live.conf \
|
||||||
|
$RPM_BUILD_ROOT/etc/lightdm/lightdm.conf.d/50-qubes-live.conf
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
/sbin/restorecon /etc/rc.d/init.d/livesys
|
/sbin/restorecon /etc/rc.d/init.d/livesys
|
||||||
@ -47,7 +50,7 @@ done
|
|||||||
%files
|
%files
|
||||||
/etc/rc.d/init.d/livesys
|
/etc/rc.d/init.d/livesys
|
||||||
/etc/rc.d/init.d/livesys-late
|
/etc/rc.d/init.d/livesys-late
|
||||||
|
/etc/lightdm/lightdm.conf.d/50-qubes-live.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user