mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-09-11 14:24:27 +00:00
Applied the same changes made to my other Haiku OS image
This commit is contained in:
11
scripts/bin/container-init
Executable file
11
scripts/bin/container-init
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
# Create ReactOS disk
|
||||
if [ ! -f /var/lib/qemu/images/reactos.img ]; then
|
||||
qemu-img create -f qcow2 /var/lib/qemu/images/reactos.img "${VM_DISK_SIZE:?}"
|
||||
fi
|
||||
|
||||
# Start all services
|
||||
exec runsvdir -P /etc/service/
|
Reference in New Issue
Block a user