diff options
author | Cem Keylan <cem@ckyln.com> | 2021-08-14 17:38:13 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-08-14 17:38:13 +0300 |
commit | b5e7b35e0b512844f21e8318a17b9449fce325d1 (patch) | |
tree | ab938f92e69587a970301f8ebd6c44c86306f521 | |
parent | 76077bb7b0c0c69a24b9d8bdeab7e5dcda39aa62 (diff) | |
download | mkrootfs-b5e7b35e0b512844f21e8318a17b9449fce325d1.tar.gz |
update
-rw-r--r-- | config.def | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ MNTDIR="$PWD/rootfs" # List of packages to be installed # 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 musl otools cl-utils cpt gcc make gzip xz zlib bzip2 binutils +PKGS="baselayout musl otools cl-utils b3sum cpt gcc make gzip xz zlib bzip2 binutils byacc libressl curl linux-headers flex busybox pkgconf rsync git" # BUILD FLAGS |