From 8e79ad9f544d1c4a0476e0d96aef0496ca7fc741 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:46:56 +0200 Subject: Adding upstream version 0.85.6. Signed-off-by: Daniel Baumann --- configs/README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 configs/README (limited to 'configs/README') 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 -- cgit v1.2.3