a
This commit is contained in:
parent
a5275dbd2c
commit
34cf1d3850
1 changed files with 8 additions and 1 deletions
9
init.sh
9
init.sh
|
@ -45,7 +45,7 @@ EOF
|
||||||
apk upgrade
|
apk upgrade
|
||||||
|
|
||||||
# Install system packages
|
# Install system packages
|
||||||
apk add python3 ceph py2-pip py3-pip etcd-ctl
|
apk add python3 ceph py2-pip py3-pip etcd-ctl openntpd
|
||||||
|
|
||||||
# Some python package dependencies
|
# Some python package dependencies
|
||||||
apk add libffi-dev openssl-dev make alpine-sdk gcc g++ python3-dev
|
apk add libffi-dev openssl-dev make alpine-sdk gcc g++ python3-dev
|
||||||
|
@ -54,6 +54,13 @@ EOF
|
||||||
|
|
||||||
(cd qemu-with-rbd-alpine && apk add *.apk --allow-untrusted)
|
(cd qemu-with-rbd-alpine && apk add *.apk --allow-untrusted)
|
||||||
|
|
||||||
|
cat > /etc/ntpd.conf << EOF
|
||||||
|
servers pool.ntp.org
|
||||||
|
EOF
|
||||||
|
|
||||||
|
rc-update add openntpd
|
||||||
|
service openntpd start
|
||||||
|
|
||||||
;;
|
;;
|
||||||
"devuan"|"debian")
|
"devuan"|"debian")
|
||||||
# Update Package List and Upgrade System
|
# Update Package List and Upgrade System
|
||||||
|
|
Loading…
Reference in a new issue