Removed what I assume was a debug print and unused return value from install.lua.

This commit is contained in:
Florian Nücke 2014-11-18 10:37:03 +01:00
parent f3cc4f11c3
commit 2e1ff6c62f
2 changed files with 2 additions and 7 deletions

View File

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

View File

@ -68,6 +68,3 @@ if not options.noreboot then
end
end
print("Returning to shell.")
return "/mnt/" .. origin .. "/"