forked from Hyperion/HyperionOS
made newer installer that does not require tar stuff
This commit is contained in:
1
prod/Hyperion-kernel/lib/modules/hyperion/91_login.kmod
Normal file
1
prod/Hyperion-kernel/lib/modules/hyperion/91_login.kmod
Normal file
@@ -0,0 +1 @@
|
||||
local a=...if not a.vfs.exists("/root")then a.vfs.mkdir("/root")end;a.processes.login=function()local b,c=pcall(a.hpv.execspawn,"/bin/login","login")if not b then a.log("Failed to exec /bin/login: "..tostring(c),"ERROR",0xFF0000)end end
|
||||
Reference in New Issue
Block a user