parent
e687608175
commit
966ac04280
@ -0,0 +1,15 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# Preps the preinstalled system to go straight into
|
||||||
|
# First user configuration mode, bypassing oem config
|
||||||
|
# mode
|
||||||
|
|
||||||
|
/usr/libexec/calamares-oemprep.sh
|
||||||
|
|
||||||
|
sddm_file="$(cat <<EOL
|
||||||
|
[Autologin]
|
||||||
|
Session=lubuntu-oem-environment
|
||||||
|
User=oem
|
||||||
|
EOL
|
||||||
|
)"
|
||||||
|
|
||||||
|
echo "$sddm_file" > /etc/sddm.conf
|
Loading…
Reference in new issue