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

lists: move storage plugin to base install

Storage plugin would be now part of three lists. I don't see a reason
why we should not move it to base install instead of installing it on
top of base system. It would be better to have it optional and to have
some dependencies but I think that as it is now it is confusing to user
that storage plugin disappears or appears out of kind of nowhere.
parent 93e9c250
Branches
Tags
1 merge request!123Turris OS 5.0 (HBK)
include(utils.m4)dnl Include utility macros
_FEATURE_GUARD_
Install("foris", "foris-diagnostics-plugin", "turris-webapps", "lighttpd-https-cert", { priority = 40 })
Install("foris", "foris-diagnostics-plugin", "foris-storage-plugin", "turris-webapps", "lighttpd-https-cert", { priority = 40 })
if for_l10n then
for_l10n("foris-l10n-")
for_l10n("foris-diagnostics-plugin-l10n-")
for_l10n("foris-storage-plugin-l10n-")
for_l10n('pkglists-l10n-')
end
......
include(utils.m4)dnl Include utility macros
_FEATURE_GUARD_
Install("kmod-veth", { priority = 40 })
Install("lxc", { priority = 40 })
forInstall(lxc,attach,auto,console,create,info,ls,monitor,monitord,snapshot,start,stop)
Install("luci-app-lxc", { priority = 40 })
Install("foris-storage-plugin", { priority = 40 })
Install("kmod-veth", { priority = 40 })
Install("gnupg", "gnupg-utils", "getopt", "tar", "wget", { priority = 40 })
_END_FEATURE_GUARD_
......@@ -23,7 +23,6 @@ Install("fdisk", "cfdisk", "hdparm", "resize2fs", "partx-utils", { priority = 40
Install("acl", "attr", { priority = 40 })
Install("blockd" , "smartd", "smartmontools", { priority = 40 })
Install("swap-utils", { priority = 40 })
Install("foris-storage-plugin", { priority = 40 })
-- File systems
Install("lvm2", "mdadm", "dosfstools", "mkhfs", "btrfs-progs", "davfs2", "e2fsprogs", "fuse-utils", "xfs-mkfs", { priority = 40 })
......
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