diff options
-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" ] && { |