Fix hostname for 503.

This should correctly show the 503 as rg503 and not "Distroname" for ssh and smb connections.
This commit is contained in:
Brooksytech 2022-06-07 08:12:56 -07:00 committed by GitHub
parent 46dcfd84e1
commit 851b670ba7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_LZ4=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_LZ4 is not set
CONFIG_DEFAULT_HOSTNAME="@DISTRONAME@"
CONFIG_DEFAULT_HOSTNAME="@DEVICENAME@"
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y