mirror of
https://github.com/kepler155c/opus
synced 2025-10-12 14:27:41 +00:00
kiosk mode
This commit is contained in:
1
startup
1
startup
@@ -7,6 +7,7 @@ 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 Kiosk' , args = { '/sys/boot/kiosk.boot' } },
|
||||
}
|
||||
local bootOption = 2
|
||||
if settings then
|
||||
|
Reference in New Issue
Block a user