5 lines
73 B
Text
5 lines
73 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# Enable the login manager on boot
|
||
|
rc-update add lxdm default
|