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

Merge branch 'hotfix/lists-base-fix-invalid-name' into hbl

parents b7e55eef d16557ec
1 merge request!377Turris OS 5.2 (HBK)
......@@ -90,8 +90,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