install/systemd: stop installing systemd-vconsole-setup.service
requested to merge nl6720/mkinitcpio:remove-systemd-vconsole-setup.service-from-systemd-hook into master
After 1 was merged, systemd-vconsole-setup.service is included to the initramfs unconditionally. If the sd-vconsole hook is not included, it leads to an error on boot, because the loadkeys and setfont binaries are missing:
systemd[1]: systemd-vconsole-setup.service: Main process exited, code=exited, status=1/FAILURE
systemd[1]: systemd-vconsole-setup.service: Failed with result 'exit-code'.
systemd[1]: Failed to start Virtual Console Setup.
systemd-vconsole-setup[131]: /usr/bin/loadkeys failed with exit status 1.
Fix it by reverting the part of 1 that added systemd-vconsole-setup.service, which now should be installed by the sd-vconsole mkinitcpio hook.
Fixes: b0beb7b4 ("upgpkg: 254rc3-1: new upstream pre-release - testing only!") Closes: #247 (closed)
Adapted from qtmax/systemd@1486d948
Edited by nl6720