From 41cfe97b8d1716dd2ae8c9b275e790da83eaca82 Mon Sep 17 00:00:00 2001 From: merakor Date: Sun, 4 Oct 2020 20:23:08 +0000 Subject: cpt-base: define base, and make it redefinable This new base file will make it possible for cpt-reset and cpt-base will be redefinable. FossilOrigin-Name: 32d7d9daa05db73863a29b47951149e83d3180f93a61abcf0fd2fcaa3c71288b --- cpt-base | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 cpt-base diff --git a/cpt-base b/cpt-base new file mode 100644 index 0000000..18e95d2 --- /dev/null +++ b/cpt-base @@ -0,0 +1,24 @@ +# This file defines the base packages of the system. You can add or remove +# package names in order to redefine the base. This file will be used by +# cpt-orphans and cpt-reset. If this file doesn't exist on /etc/cpt-base, both +# of the tools will assume that there is no defined base, so use with caution. +baselayout +binutils +byacc +busybox +bzip2 +ca-certificates +curl +flex +gcc +rsync +gzip +cpt +bearssl +linux-headers +m4 +make +musl +pkgconf +xz +zlib -- cgit v1.2.3