summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2015-04-01 03:44:38 +1100
committer Vas Crabb <vas@vastheman.com>2015-04-01 03:44:38 +1100
commitb64e4ecee5a5bee9d89b10bd1be5a188b3f694eb (patch)
treec7cac1d2c20f57a3687f911f28139dd17e004f85 /scripts/genie.lua
parentd7d3818ea6bf3e1dffb5b56d340d54913f113eff (diff)
Restore DONT_USE_NETWORK
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua7
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 11fa2fed3a5..6c69cdc8b20 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -189,7 +189,12 @@ newoption {
{ "0", "Disabled" },
{ "1", "Enabled" },
}
-}
+}
+
+newoption {
+ trigger = "DONT_USE_NETWORK",
+ description = "Disable network access",
+}
local os_version = str_to_version(_OPTIONS["os_version"])