From 9459ad0ec4ac0c36a12a44143b138ad70127ff64 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sat, 25 Feb 2023 23:28:09 +0100 Subject: [PATCH] aptenodytes: Adopt init path to systemd's /bin/init --- aptenodytes-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aptenodytes-config b/aptenodytes-config index 0f76910..cac08d5 100644 --- a/aptenodytes-config +++ b/aptenodytes-config @@ -45,7 +45,7 @@ CONFIG_KERNEL_XZ=y # CONFIG_KERNEL_LZO is not set # CONFIG_KERNEL_LZ4 is not set # CONFIG_KERNEL_ZSTD is not set -CONFIG_DEFAULT_INIT="/sbin/openrc-init" +CONFIG_DEFAULT_INIT="/bin/init" CONFIG_DEFAULT_HOSTNAME="gentoo-on-hetzner-VM" CONFIG_SYSVIPC=y CONFIG_SYSVIPC_SYSCTL=y