-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
Close within 30 daysIssue will be closed within 30 days unless requested to stay openIssue will be closed within 30 days unless requested to stay openWaiting for internal commentWaiting for comment from a member of the Raspberry Pi engineering teamWaiting for comment from a member of the Raspberry Pi engineering team
Description
I compiled a kernel as described here:
https://www.raspberrypi.org/documentation/linux/kernel/building.md
This kernel would not boot properly on Arch Linux with systemd 231. The problem and its solution is described here:
https://www.danand.de/index.php/2016-08/solution-to-systemd-231-seccomp-error-on-allwinner-soc/
With these kernel options, systemd 231 worked well for me:
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
CONFIG_SECCOMP_FILTER=y
CONFIG_SECCOMP=y
CONFIG_OABI_COMPAT=n
Metadata
Metadata
Assignees
Labels
Close within 30 daysIssue will be closed within 30 days unless requested to stay openIssue will be closed within 30 days unless requested to stay openWaiting for internal commentWaiting for comment from a member of the Raspberry Pi engineering teamWaiting for comment from a member of the Raspberry Pi engineering team