3c18b8e09e
This is needed for rotation to work.
9 lines
290 B
Bash
9 lines
290 B
Bash
#!/bin/sh
|
|
|
|
sed -i "s/username/$(getent passwd 10000 | cut -d: -f1)/g" /usr/share/lightdm/lightdm.conf.d/62-autologin.conf
|
|
|
|
rc-update add lightdm default
|
|
rc-update add urfkill default
|
|
rc-update add ofono default
|
|
rc-update add ofono-auto-enable default
|
|
rc-update add iio-sensor-proxy default
|