Hello,
I have SalixOS 13.37 installed on a lenovo 61 laptop and I find that it automatically logs me off if I leave it sitting idle for more than an hour.
How can I debug this issue?
bobferrell wrote: I've never compiled a kernel
cp -r /usr/src/linux-<VERSION>/ .
cd linux-<VERSION>
cp /boot/config-huge-<VERSION> .config
make oldconfig
make -j32