Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:vizhestkov:saline-images-uyuni-master-clean
server-saline-image
prepare_target.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File prepare_target.sh of Package server-saline-image
#!/bin/bash rm -f /etc/*- COPY_PKGS="python3-base python3-salt python3-saline saline" TARGET="/target" for PKG in $COPY_PKGS; do echo "Copying $PKG ..." rpm -ql "$PKG" | xargs -I {} install -Dp {} $TARGET/{} || : done mkdir -p $TARGET/etc/saline.default/ mv /etc/salt/saline* $TARGET/etc/saline.default/
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor