mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Setup rpcd utilities in pipeline
This commit is contained in:
parent
da2fbabdf0
commit
a132a1915a
1 changed files with 3 additions and 0 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue