Commit 9d449ed1 authored by Michael Shigorin's avatar Michael Shigorin

metadata: initial pkg profiles handling

Package profiles -- the ones allowing for a multi-purpose installer -- have been basically overlooked during previous mkimage-profiles development, unfortunately. This is the very basic part: put them into pkg-groups.tar.
parent caf25f02
......@@ -40,4 +40,5 @@ metadata: metadata-.base
tar -C $(PKGDIR) -cvf - \
$(call rlist,$(THE_GROUPS) $(MAIN_GROUPS) .base) \
$(call rgroup,$(THE_GROUPS) $(MAIN_GROUPS)) \
$(call rprofile,$(PKG_PROFILES)) \
> $(METADIR)/pkg-groups.tar
Markdown is supported
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