mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-09-11 22:34:26 +00:00
Renamed variables "QEMU_" to "QEMU_VM_" to avoid conflict with environment variables supported by QEMU
This commit is contained in:
@ -4,7 +4,7 @@ set -eu
|
||||
|
||||
# Create ReactOS disk
|
||||
if [ ! -f /var/lib/qemu/images/reactos.img ]; then
|
||||
qemu-img create -f "${QEMU_DISK_FORMAT:?}" /var/lib/qemu/images/reactos.img "${QEMU_DISK_SIZE:?}"
|
||||
qemu-img create -f "${QEMU_VM_DISK_FORMAT:?}" /var/lib/qemu/images/reactos.img "${QEMU_VM_DISK_SIZE:?}"
|
||||
fi
|
||||
|
||||
# Start all services
|
||||
|
Reference in New Issue
Block a user