Skip to content

Commit

Permalink
Add missing depency procps
Browse files Browse the repository at this point in the history
FAI uses the pgrep command in a couple of place but does not declare a dependency to its procps package.
This means than in some minimal environments like the debian container image, where only Essentials packages are installed procps is missing for fai, causing some minor bugs in fai-disk-image (wrong error reporting at the end of the build)
  • Loading branch information
Emmanuel Kasper authored and Mrfai committed Apr 20, 2020
1 parent 77512b2 commit 3197a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Description: Documentation for FAI

Package: fai-server
Architecture: all
Depends: fai-client, e2fsprogs, debootstrap, xz-utils, ${misc:Depends}
Depends: fai-client, e2fsprogs, debootstrap, xz-utils, procps, ${misc:Depends}
Recommends: nfs-kernel-server, isc-dhcp-server, tftpd-hpa | atftpd, openssh-server, openssh-client, openbsd-inetd | inet-superserver, libproc-daemon-perl, dosfstools, mtools
Suggests: debmirror, reprepro, xorriso, squashfs-tools, binutils, grub2, perl-tk, qemu-utils, fai-setup-storage
Description: Fully Automatic Installation server package
Expand Down

0 comments on commit 3197a2f

Please sign in to comment.