mirror of
https://github.com/NeoFlock/neonucleus.git
synced 2025-09-24 09:03:32 +02:00
7 lines
275 B
Lua
7 lines
275 B
Lua
-- there doesn't seem to be a reason to update $HOSTNAME after the init signal
|
|
-- as user space /etc/profile comes after this point anyways
|
|
if require("filesystem").exists("/etc/hostname") then
|
|
loadfile("/bin/hostname.lua")("--update")
|
|
end
|
|
os.setenv("SHELL","/bin/sh.lua")
|