summaryrefslogtreecommitdiff
path: root/profiles/README
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/README')
-rw-r--r--profiles/README20
1 files 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
------