This website requires JavaScript.
Explore
Help
Register
Sign In
sig_cloud
/
diskimage-builder
Watch
2
Star
0
Fork
0
You've already forked diskimage-builder
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8a566e67a6
diskimage-builder
/
elements
/
opensuse
/
pre-install.d
/
01-install-bin
4 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Explicitly use bash In the mailing list discussion, everyone seemed to agree that we should just be explicit that these are bash scripts since that's where we're testing them and there's no good way to ensure they work on any other shells right now. Change-Id: I86c41d2cddf6e91e7deeb4c2ab51635c80a1ce0c
2014-04-15 22:52:00 +00:00
#!/bin/bash
Add support for building openSUSE images This is currently experimental/incomplete. See elements/opensuse/README.md for details. Change-Id: Ie5bcab15c9703cf15ceb642fb986a8afc34f96fb Co-Authored-By: Ralf Haferkamp <rhafer@suse.de>
2013-10-11 12:39:16 +00:00
install -m 0755 -o root -g root $(dirname $0)/../bin/* /usr/local/bin
Reference in New Issue
Copy Permalink