diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:08:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:08:25 +0000 |
commit | 6d786cc1312767645c2e15df672235e16ff0be3e (patch) | |
tree | 7ad890aaf8c7105d0518662174a1c64de8fa3490 | |
parent | Building without signed-code. (diff) | |
download | linux-6d786cc1312767645c2e15df672235e16ff0be3e.tar.xz linux-6d786cc1312767645c2e15df672235e16ff0be3e.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 65131861e..4d0fa5b4b 100644 --- a/debian/config/config +++ b/debian/config/config @@ -6268,7 +6268,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 |