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

lists: Add turris-btrfs to base medkit

Currently we support Turris OS only with SD card on BTRFS so we should
reflect that here.
parent 6c871ee2
No related branches found
No related tags found
1 merge request!123Turris OS 5.0 (HBK)
......@@ -45,6 +45,7 @@ Install("logrotate", { priority = 40 })
Install("dnsmasq-full", { priority = 40 })
if model:match("^[Tt]urris$") then
Install("unbound", "unbound-anchor", { priority = 40 })
Install("turris-btrfs", { priority = 40 }) -- Currently only SD card root is supported
else
Install("knot-resolver", { priority = 40 })
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment