[ungleich-tools] update alpine-build-opennebula-image.sh for Task#11912
This commit is contained in:
parent
39d16e6ded
commit
409214218f
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ set -e
|
|||
set -x
|
||||
|
||||
# XXX: Handle command-line arguments?
|
||||
RELEASE=v3.16
|
||||
RELEASE=v3.19
|
||||
ARCH=x86_64
|
||||
IMAGE_PATH=alpine-$RELEASE-$(date -I).img.qcow2
|
||||
IMAGE_SIZE=10G
|
||||
|
@ -130,7 +130,7 @@ for i in devfs dmesg hwdrivers mdev; do
|
|||
run_root rc-update add $i sysinit
|
||||
done
|
||||
|
||||
for i in bootmisc hostname hwclock modules sysctl syslog acpid networking urandom haveged; do
|
||||
for i in bootmisc hostname hwclock modules sysctl syslog acpid networking haveged; do
|
||||
run_root rc-update add $i boot
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue