From 3673705d592303cfe25eef87b28df5fcd0c180cd Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 7 Aug 2014 19:52:53 +0200 Subject: Extend and slightly rephrase README. --- profiles/README | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/profiles/README b/profiles/README index 4126984..e02ef6f 100644 --- a/profiles/README +++ b/profiles/README @@ -1,7 +1,10 @@ -Class and node definitions -========================== +Classes and nodes usable by Boxer +================================= -Classes and nodes are YAML files parsed by reclass. +Classes and nodes are YAML files parsed by reclass. See reclass +documentation for more info on its syntax and structure. + +Additional syntax needed for parsing by Boxer is covered below. Classes @@ -35,6 +38,17 @@ pkg-avoid: Packages to remove tweak: Tweaks to apply after package actions +Packages +-------- + +Packages are binary packages registered in APT. + +One way to resolve package lists for classes is to to try mark most +possible packages on an actual system as auto-installed (e.g. hit "M" +with aptitude in fullscreen mode), and then dump the list of remaining +manually installed packages with "apt-mark showmanual". + + Tweaks ------ -- cgit v1.2.3