shuffled some files around
This commit is contained in:
4
sys/init/3.sys.lua
Normal file
4
sys/init/3.sys.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
local fs = _G.fs
|
||||
|
||||
fs.mount('rom/modules/main/opus', 'linkfs', 'sys/modules/opus')
|
||||
fs.loadTab('sys/etc/fstab')
|
||||
@@ -29,9 +29,12 @@ for name in pairs(Packages:installed()) do
|
||||
if fs.exists(helpPath) then
|
||||
table.insert(helpPaths, helpPath)
|
||||
end
|
||||
|
||||
local fstabPath = fs.combine(packageDir, 'etc/fstab')
|
||||
if fs.exists(fstabPath) then
|
||||
fs.loadTab(fstabPath)
|
||||
end
|
||||
end
|
||||
|
||||
help.setPath(table.concat(helpPaths, ':'))
|
||||
shell.setPath(table.concat(appPaths, ':'))
|
||||
|
||||
fs.mount('rom/modules/main/opus', 'linkfs', 'sys/modules/opus')
|
||||
|
||||
Reference in New Issue
Block a user