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:
parent
46dcfd84e1
commit
851b670ba7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue