diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 10:10:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 10:10:09 +0000 |
commit | 4896eaedcc77fec87551158bda79bb5aca0e6df6 (patch) | |
tree | 0810d8526aff57fec0d9e8f2cd5f91f27b2fc5f2 | |
parent | Building without signed-code. (diff) | |
download | linux-4896eaedcc77fec87551158bda79bb5aca0e6df6.tar.xz linux-4896eaedcc77fec87551158bda79bb5aca0e6df6.zip |
Setting CONFIG_DEFAULT_HOSTNAME to system.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/config/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/config/config b/debian/config/config index aac879436..e6912452b 100644 --- a/debian/config/config +++ b/debian/config/config @@ -6337,7 +6337,7 @@ CONFIG_KERNEL_XZ=y # CONFIG_KERNEL_LZO is not set # CONFIG_KERNEL_LZ4 is not set ## end choice -CONFIG_DEFAULT_HOSTNAME="(none)" +CONFIG_DEFAULT_HOSTNAME="system" CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y |