fix: Invalid space in /etc/hostname

Spaces and newlines are invalid in hostnames. However, the base config inadvertently creates an `/etc/hostname` with a newline after "redox".

This can cause programs to fail.
This commit is contained in:
Josh Megnauth
2024-10-20 02:23:04 -04:00
parent b3e90be70b
commit 0ee8e95f62
+1 -3
View File
@@ -141,9 +141,7 @@ data = "https://static.redox-os.org/pkg"
[[files]]
path = "/etc/hostname"
data = """
redox
"""
data = "redox"
[[files]]
path = "/etc/issue"