mirror of
https://github.com/Adorable-Catgirl/Zorya-NEO.git
synced 2024-11-13 14:08:07 +11:00
Small fixes.
This commit is contained in:
parent
39ff04c2b6
commit
ea6e5da1c3
@ -0,0 +1,3 @@
|
||||
{
|
||||
|
||||
}
|
@ -83,7 +83,7 @@ function arc:meta(path)
|
||||
end
|
||||
|
||||
|
||||
return {
|
||||
local tsar = {
|
||||
read = function(read, seek, close)
|
||||
local tbl = {}
|
||||
local lname = ""
|
||||
|
@ -26,9 +26,7 @@ local function load_lua(src, ...)
|
||||
return load(src, ...)
|
||||
end
|
||||
|
||||
local tsar = load([[
|
||||
$[[cat src/zy-neo/builtins/util_tsar.lua | luamin -c]]
|
||||
]])()
|
||||
--#include "src/zy-neo/builtins/util_tsar.lua"
|
||||
|
||||
local builtins = {}
|
||||
--#include "src/zy-neo/utils.lua"
|
||||
|
@ -1,7 +1,7 @@
|
||||
local fs = require("filesystem")
|
||||
print("Regenerating Zorya NEO initramfs...")
|
||||
fs.copy("/.zy2/boot.tsar", "/.zy2/boot.tsar.old")
|
||||
local f = io.open("/.zy2/boot.tsar", "wb")
|
||||
fs.copy("/.zy2/image.tsar", "/.zy2/image.tsar.old")
|
||||
local f = io.open("/.zy2/image.tsar", "wb")
|
||||
local lst = {}
|
||||
for ent in fs.list("/etc/zorya-neo/initramfs.d") do
|
||||
if ent:sub(#ent) ~= "/" then
|
||||
|
Loading…
Reference in New Issue
Block a user