Skip to content

Commit

Permalink
Add more packages to root image
Browse files Browse the repository at this point in the history
  • Loading branch information
koverstreet committed Nov 17, 2020
1 parent 8f124a9 commit 50e7a5b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions root_image
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,23 @@ mkdir -p "$(dirname "$ktest_image")"

PACKAGES=(kexec-tools less psmisc openssh-server \
build-essential make gcc g++ \
autoconf automake pkg-config libtool-bin \
autoconf automake autopoint bison \
pkg-config libtool-bin \
gdb strace ltrace linux-perf blktrace sysstat \
hdparm btrfs-progs mdadm lvm2 aoetools vblade \
bc attr gawk acl rsync)
bc attr gawk acl rsync git)

# stress testing:
PACKAGES+=(fio dbench bonnie++ fsmark)

# bcachefs-tools build dependencies:
PACKAGES+=(libblkid-dev uuid-dev libscrypt-dev libsodium-dev)
PACKAGES+=(libkeyutils-dev liburcu-dev zlib1g-dev libattr1-dev)
PACKAGES+=(libkeyutils-dev liburcu-dev libudev-dev zlib1g-dev libattr1-dev)
PACKAGES+=(libaio-dev libzstd-dev liblz4-dev libfuse3-dev valgrind)
PACKAGES+=(llvm libclang-dev)

# quota tools:
PACKAGES+=(libudev-dev libldap2-dev)

# xfstests:
PACKAGES+=(xfsprogs xfslibs-dev quota libcap2-bin)
Expand Down

0 comments on commit 50e7a5b

Please sign in to comment.