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:
commit
736d292f73
|
@ -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]]
|
||||
|
|
Loading…
Reference in a new issue