Setup rpcd utilities in pipeline

This commit is contained in:
Vivek Kumar Dutta 2024-06-10 12:43:27 +05:30
parent da2fbabdf0
commit a132a1915a

View file

@ -5,6 +5,9 @@ echo "# Preparation script ..."
# link '/bin/sh' to bash instead of dash
ln -sf bash /bin/sh
echo "Installing bbfdm rpcd utilities"
cp utilities/files/usr/libexec/rpcd/* /usr/libexec/rpcd/
cp -r ./test/files/etc/* /etc/
cp -r ./test/files/usr/* /usr/
cp -r ./test/files/var/* /var/