Difference between revisions of "OpenRC, an alternative to systemd"
Views
Actions
Namespaces
Variants
Tools
m
→Display Manager: minor changes
imported>Aaditya |
imported>Aaditya |
||
Line 57: | Line 57: | ||
To boot to a graphical display manager, the '''displaymanager-openrc''' package can be installed. | To boot to a graphical display manager, the '''displaymanager-openrc''' package can be installed. | ||
After installing it, | After installing it, the ''/etc/conf.d/xdm'' file needs to be edited to specify the display manager. | ||
For example, to use '''lightdm''', change the line: | For example, to use '''lightdm''', change the line: | ||
Line 67: | Line 67: | ||
Finally the '''xdm''' service can be added to default runlevel: | Finally the '''xdm''' service can be added to default runlevel: | ||
sudo rc-update add xdm | sudo rc-update add xdm default | ||
'''Note:''' | '''Note:''' |