1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-13 23:07:41 +00:00

transition to kernel

This commit is contained in:
kepler155c@gmail.com
2018-01-21 17:22:59 -05:00
parent e6ed08315e
commit 8451c94abe
7 changed files with 48 additions and 196 deletions

View File

@@ -18,6 +18,7 @@ kernel.hook('device_attach', function(_, eventData)
end)
if _G.device.wireless_modem then
print('waiting for network...')
startNetwork()
os.pullEvent('network_up')
end

View File

@@ -366,7 +366,6 @@ local function startup()
end
end
runDir('sys/services', shell.openHiddenTab)
runDir('sys/autorun', shell.run)
runDir('usr/autorun', shell.run)