3 changed files with 22 additions and 5 deletions
@ -1,4 +0,0 @@
|
||||
: |
||||
|
||||
echo "allowWeakPasswords: true" >> /etc/calamares/modules/users.conf &>/dev/null |
||||
echo "allowWeakPasswordsDefault: true" >> /etc/calamares/modules/users.conf &>/dev/null |
@ -0,0 +1,21 @@
|
||||
#!/usr/bin/openrc-run |
||||
|
||||
supervisor=supervise-daemon |
||||
command="/usr/bin/sddm" |
||||
|
||||
depend() { |
||||
need localmount |
||||
|
||||
after bootmisc consolefont modules netmount |
||||
after ypbind autofs openvpn gpm lircmd |
||||
after quota keymaps |
||||
before alsasound |
||||
want logind |
||||
use xfs |
||||
|
||||
provide xdm display-manager |
||||
} |
||||
start_pre() { |
||||
sed -i 's/sion=lxqt/sion=plasma/' /etc/sddm.conf |
||||
sed -ie '/start_pre/,+4d' /etc/init.d/sddm |
||||
} |
Loading…
Reference in new issue