diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-17 16:37:26 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-17 16:37:26 +0300 |
commit | 2aa211de63b16507c7107ad2f6bb6c5c318b9a44 (patch) | |
tree | ac56dce19d78606652acd18c166280dcb082716a | |
parent | fd7c3e4c5bcf3f4a240f3ed9743abe03ee841cbb (diff) | |
download | mkrootfs-2aa211de63b16507c7107ad2f6bb6c5c318b9a44.tar.gz |
config: add ca-certificates
-rw-r--r-- | config.def | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ MNTDIR="$PWD/rootfs" # of each other but it is not a bad idea # to put them to the list anyway. PKGS="baselayout kiss musl gcc make gzip xz zlib bzip2 binutils byacc curl \ - linux-headers m4 flex busybox pkgconf rsync bearssl" + linux-headers m4 flex busybox pkgconf rsync bearssl ca-certificates" # Build flags # It is a good idea to not use flags like "native" |