I'm new to using Linode, but tried them out because they had a build for Gentoo. Of course when I installed it, I realised that it wasn't configured to use Systemd, and now I'm left wondering how to set that up given that the typical migration path (
https://wiki.gentoo.org/wiki/Systemd) expects things like Grub to be installed.
Is it generally safe to just:
Code:
# emerge gentoo-sources
# zcat /proc/config.gz /usr/src/linux/.config
# make oldconfig
[ make my required changes to the startup arguments ]
# make && make modules_install
[ copy the new kernel to... where? ]
...and then restart, or am I asking for pain? Is there a default Gentoo image that I can start with that uses systemd? What's the typical usage here?