diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-25 12:20:30 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-25 12:20:30 +0300 |
commit | a5d290d5065ca293333a16bc828f7b68e73ef3ec (patch) | |
tree | 4318f0512620e0f8b76ac2afb5517171ffd35657 | |
parent | b979344033c6f1c704219a7f0fc0776c789af5f5 (diff) | |
download | mkrootfs-a5d290d5065ca293333a16bc828f7b68e73ef3ec.tar.gz |
drop rsync
-rw-r--r-- | config.def | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ MNTDIR="/mnt" # Most of those are already dependencies # 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 bison curl git linux-headers m4 flex busybox pkgconf rsync libressl" +PKGS="baselayout kiss musl gcc make gzip xz zlib bzip2 binutils bison curl git linux-headers m4 flex busybox pkgconf libressl" # Build flags # It is a good idea to not use flags like "native" |