Skip to content
Snippets Groups Projects
Commit e7f7b586 authored by udeved's avatar udeved
Browse files

[util-iso-image] set MinVT for non systemd in sddm.conf

parent b4a91caa
No related branches found
Tags 0.10.3
No related merge requests found
......@@ -257,6 +257,7 @@ configure_displaymanager(){
reboot='/usr/bin/shutdown -r now'
sed -e "s|^.*HaltCommand=.*|HaltCommand=${halt}|" \
-e "s|^.*RebootCommand=.*|RebootCommand=${reboot}|" \
-e "s|^.*MinimumVT=.*|MinimumVT=7|" \
-i ${conf}
fi
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment