aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-10-04 20:23:08 +0000
committermerakor <cem@ckyln.com>2020-10-04 20:23:08 +0000
commit41cfe97b8d1716dd2ae8c9b275e790da83eaca82 (patch)
tree9a55b9b72ef00ca5fc5ecf3ffa18ef59fe925664
parente9ab013442130b5c59fd8636f4ac33246bfe250f (diff)
downloadcpt-41cfe97b8d1716dd2ae8c9b275e790da83eaca82.tar.gz
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
-rw-r--r--cpt-base24
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