Small Fixes

This commit is contained in:
santic-zombie
2022-07-06 23:21:16 +03:00
parent 0182e0adf3
commit 12c741a477
2 changed files with 11 additions and 0 deletions

View File

@@ -97,6 +97,9 @@ build() {
CXXFLAGS="--std=c++14" scons -j2 new_xmlrpc=yes mysql=yes sqlite=yes sunstone=yes systemd=no
}
check() {
}
package() {
cd "opennebula-${pkgver}"

View File

@@ -21,6 +21,14 @@
abuild-keygen -a -i
```
```
apk add shadow
```
```
useradd -m -g cloud -c "OpenNebula administrator account" -s /bin/ash oneadmin
```
## Build
```