attempt to load pkgfs if there's a package archive directory

This commit is contained in:
Izaya 2023-08-04 20:28:26 +10:00
parent a33476cf00
commit c0f8b9b900
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ os.spawn(function()
end
os.setenv("HOSTNAME",hostname)
syslog(string.format("Hostname set to %s",hostname))
if fs.exists("/boot/pkg") then
pcall(require,"pkgfs")
end
local pids = {}
local rc = require "rc"
for k,v in pairs(rc.cfg.enabled) do