aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-16 12:44:00 +0300
committerCem Keylan <cem@ckyln.com>2020-05-16 12:44:00 +0300
commit8c876541ee2e9f1240edf9c9a150f7c19dc9cf61 (patch)
treebf64d2263f45ba076f424e9c10fbb733915a074e
parentd05abf56f614274df9cb73d5c8dbe74d09ca779a (diff)
downloadinit-8c876541ee2e9f1240edf9c9a150f7c19dc9cf61.tar.gz
init: change default hostname
-rwxr-xr-xrc.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.boot b/rc.boot
index e552f3f..26edfbe 100755
--- a/rc.boot
+++ b/rc.boot
@@ -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" ] && {