blob: d48b4affeea049e9b5e1727790157e84c85cf00d (
plain)
1
2
3
4
5
6
7
8
9
10
|
=====================================================================
To enable KDE Display Manager (KDM), add the following lines
to /etc/rc.conf:
local_startup="${local_startup} %%PREFIX%%/etc/rc.d"
kdm4_enable="YES"
You also need procfs to be mounted. See man procfs for details.
=====================================================================
|