summaryrefslogtreecommitdiffstats
path: root/configs/README
diff options
context:
space:
mode:
Diffstat (limited to 'configs/README')
-rw-r--r--configs/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/configs/README b/configs/README
new file mode 100644
index 0000000..0d9c0be
--- /dev/null
+++ b/configs/README
@@ -0,0 +1,18 @@
+The ref-* files are used by checkchroot to find unwanted packages in the chroots.
+
+# cp ref-* /usr/local/chroot/
+
+ - stable-old is potato
+ - stable is woody
+ - different for diff arches
+ - you can basically get the list using something like:
+
+ grep-available -F priority -e -s package "(required|standard)" $CHROOT/var/lib/dpkg/available| \
+ awk '{print $2}'|sort
+
+ - the only extras should be:
+ apt
+ build-essential
+ fakeroot (some arches only use sudo and change $fakeroot config item)
+ ssmtp
+ sudo