Merge branch 'fix-hostname-space' into 'master'

fix: Invalid space in `/etc/hostname`

See merge request redox-os/redox!1519
This commit is contained in:
Jeremy Soller 2024-10-20 12:32:19 +00:00
commit 736d292f73

View file

@ -40,9 +40,7 @@ pcid /etc/pcid.d/
[[files]]
path = "/etc/hostname"
data = """
redox
"""
data = "redox"
# https://www.freedesktop.org/software/systemd/man/latest/os-release.html
[[files]]