MightyPirates / OpenComputers

Home of the OpenComputers mod for Minecraft.
https://oc.cil.li
Other
1.6k stars 434 forks source link

Hostnames are extremely confusing (OpenOS) #3724

Closed PewPewCricket closed 4 months ago

PewPewCricket commented 4 months ago

Setting the hostname on an OpenOS system is nearly impossible, in fact, attempting to set a hostname can cause the shell to crash or the system to no longer boot many times for as of yet unknown reasons, i suggest re-implementing the current code to set the hostname (if any exists at all?) and having the hostname be able to be set with just a simple echo "hostname" > /etc/hostname I would suggest performing the setting of the hostname in /etc/profile.lua

PewPewCricket commented 4 months ago

this was made from confusion on how to make a pull request to fix this issue, sorry!