network loot disk installed via install only

The previous network installer was from legacy days, the new install
tool provides the reboot options it was meant to have

closes #2472
This commit is contained in:
payonel 2018-09-27 09:48:03 -07:00
parent bf9eae1be9
commit 6adad2adbe
2 changed files with 1 additions and 7 deletions

View File

@ -1 +1 @@
{fromDir="/data/"}
{label="Network", reboot=true, fromDir="/data/"}

View File

@ -1,6 +0,0 @@
local filesystem = require "filesystem"
local shell = require "shell"
local process = require "process"
shell.execute("install --noboot --nolabelset --name=Network --fromDir=/data/ --from="..filesystem.get(process.running()).address)
print("You must reboot to start network services.")