1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-12 14:27:41 +00:00

kiosk mode

This commit is contained in:
kepler155c@gmail.com
2019-01-09 08:50:42 -05:00
parent 4977ea94d7
commit f0a65d87ce
3 changed files with 37 additions and 2 deletions

View File

@@ -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