commit 2178be7196243fae4f3dca35a90acc715d19aecb parent 6c56175f0be4c425961b0fba5e8898bce0b89490 Author: Cem Keylan <cem@ckyln.com> Date: Sun, 4 Oct 2020 23:23:08 +0300 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. Diffstat:
A | cpt-base | | | 24 | ++++++++++++++++++++++++ |
1 file changed, 24 insertions(+), 0 deletions(-)
diff --git a/cpt-base 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