diff options
-rw-r--r-- | cpt-base | 24 |
1 files changed, 24 insertions, 0 deletions
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 |