From 8132fca0bfbfccc081820a916bf88a37e0525319 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Mon, 29 May 2023 11:23:12 +0200 Subject: [PATCH] aptenodytes: Add 'amd' to CONFIG_DEFAULT_HOSTNAME This just reflect the status quo more precisely. --- aptenodytes-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aptenodytes-config b/aptenodytes-config index bb53733..af9139d 100644 --- a/aptenodytes-config +++ b/aptenodytes-config @@ -46,7 +46,7 @@ CONFIG_KERNEL_XZ=y # CONFIG_KERNEL_LZ4 is not set # CONFIG_KERNEL_ZSTD is not set CONFIG_DEFAULT_INIT="/bin/init" -CONFIG_DEFAULT_HOSTNAME="gentoo-on-hetzner-VM" +CONFIG_DEFAULT_HOSTNAME="gentoo-on-amd-hetzner-VM" CONFIG_SYSVIPC=y CONFIG_SYSVIPC_SYSCTL=y CONFIG_POSIX_MQUEUE=y