mirror of
https://github.com/kepler155c/opus
synced 2025-10-16 08:17:40 +00:00
rename shell -> shell.lua
This commit is contained in:
2
startup
2
startup
@@ -6,7 +6,7 @@ local term = _G.term
|
||||
local bootOptions = {
|
||||
{ prompt = os.version() },
|
||||
{ prompt = 'Opus' , args = { '/sys/boot/opus.boot' } },
|
||||
{ prompt = 'Opus Shell' , args = { '/sys/boot/opus.boot', 'sys/apps/shell' } },
|
||||
{ prompt = 'Opus Shell' , args = { '/sys/boot/opus.boot', 'sys/apps/shell.lua' } },
|
||||
{ prompt = 'Opus Kiosk' , args = { '/sys/boot/kiosk.boot' } },
|
||||
}
|
||||
local bootOption = 2
|
||||
|
Reference in New Issue
Block a user