On 2020-08-28, Vitaliy Shatrov wrote: > 1. had linux-libre-arm64-generic as my kernel. > 2. added only (elogind-service-type) to my Guix System's config. > 3. ran `guix system reconfigure`. > 4. get some errors: "///sys/something/freezer cannot be something". > 5. rebooted, and were unable to log-in (get no prompt). > > The issue was solved by using the same linux-libre-arm64-generic, but > customized: i set a 'CONFIG_CGROUP_FREEZER=y' in kconfig. > > As this is only one config related to logind that not enabled, i want us > to have it enabled by default on linux-libre-arm64-generic, or as Vagrant > wrote on IRC, "added to gnu/packages/linux.scm: %default-extra-linux-options". Given that this is present in all the "linux-libre" packages (e.g. without arm-generic or arm64-generic ...), I think it makes sense to add this to %default-extra-linux-options. *Untested* patch attached. I did at one point try to enable this on arm-generic and it required additional features I couldn't track down... and at some point this was enabled on arm64-generic (I tested on "pinebook" with arm64-generic a while back). live well, vagrant