diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-16 12:44:00 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-16 12:44:00 +0300 |
commit | 8c876541ee2e9f1240edf9c9a150f7c19dc9cf61 (patch) | |
tree | bf64d2263f45ba076f424e9c10fbb733915a074e | |
parent | d05abf56f614274df9cb73d5c8dbe74d09ca779a (diff) | |
download | init-8c876541ee2e9f1240edf9c9a150f7c19dc9cf61.tar.gz |
init: change default hostname
-rwxr-xr-x | rc.boot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ out "Setting up loopback..."; { out "Setting hostname..."; { read -r hostname < /etc/hostname - printf '%s\n' "${hostname:-carbs-linux}" > /proc/sys/kernel/hostname + printf '%s\n' "${hostname:-carbslinux}" > /proc/sys/kernel/hostname } 2>/dev/null [ "$keymap" ] && { |