Skip to content
Snippets Groups Projects
Verified Commit d16557ec authored by Karel Koci's avatar Karel Koci :metal:
Browse files

lists/base-fix: I renamed this fix package to not install original one

And I just forgot to rename it so it exactly happened that. That means
update of NOR in all routers tracking HBK.
With subsequent build it is going to break so we have to do this rename
anyway.
parent f7f3fbe2
1 merge request!263lists/base-fix: I renamed this fix package to not install original one
......@@ -84,8 +84,8 @@ end
-- it installed for that version in system.
-- We request reboot as contract is applied only after reboot.
if root_dir == "/" and version_match(os_release.VERSION, "<=5.1.2") then
Install("fix-contracts-handling-in-rescue")
Package("fix-contracts-handling-in-rescue", { replan = "finished", reboot = "delayed" })
Install("fix-corrupted-contract-by-rescue")
Package("fix-corrupted-contract-by-rescue", { replan = "finished", reboot = "delayed" })
end
-- Default configuration on Turris Shield was invalid in factory (Turris OS 5.0).
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment