Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

cd ${BUILDPATH}/lustre-release
git reset --hard && git clean -dfx
sh autogen.sh &&
./configure --disable-server --with-linux=/usr/src/linux-headers-4.19.0-6-amd64 &&
make debs -j $(nproc)
or
make dkms-debs -j $(nproc)

Unless there was a compilation error, you should find a set of Debian packages in the "lustre-release/debs" subdirectory.
Copy these to a sane location, so that you can use them for installing Lustre Clients.

...