did some reorganizing

This commit is contained in:
2026-03-06 09:57:45 -05:00
parent 7da67899db
commit a69f945b91
39 changed files with 18 additions and 17 deletions

View File

@@ -120,7 +120,7 @@ end
local initCfgFunc, err = load(ifs.readAllText("/boot/boot.cfg"), "@boot.cfg")
if not initCfgFunc then
kernel.LOG_Text("Failed to load /boot/boot.cfg: "..tostring(err))
kernel.PANIC("Failed to load /boot/boot.cfg: "..tostring(err))
end
---@diagnostic disable-next-line: param-type-mismatch

View File

@@ -97,6 +97,7 @@ if kernel.firstBoot then
{"tmp", REG, 0, 0, RWXRWXRWX},
{"usr", REG, 0, 0, RWX_RX_RX},
{"var", REG, 0, 0, RWX_RX_RX},
{"opt", REG, 0, 0, RWXRWXRWX},
})
mergeMeta("/bin", {