Browse Source

docs: install `which` in Arch container

master
Harald Hoyer 3 years ago committed by Harald Hoyer
parent
commit
0dc87f7b9e
  1. 2
      docs/HACKING.md

2
docs/HACKING.md

@ -344,7 +344,7 @@ $ podman run -it \ @@ -344,7 +344,7 @@ $ podman run -it \
# pacman -Sy linux dash strace gcc dhclient asciidoc make dracut \
qemu jack btrfs-progs mdadm dmraid nfs-utils nfsidmap lvm2 nbd \
dhcp networkmanager multipath-tools vi tcpdump \
git shfmt shellcheck astyle
git shfmt shellcheck astyle which
# cd /dracut
# export DRACUT_NO_XATTR=1 KVERSION=$(cd /lib/modules; ls -1 | tail -1)
# make V=1 TESTS="01 02 03 04 10 11 12 13 14 15 17 20 21 40 41 98" check

Loading…
Cancel
Save