mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-09-11 14:24:27 +00:00
First commit
This commit is contained in:
9
scripts/bin/docker-foreground-cmd
Executable file
9
scripts/bin/docker-foreground-cmd
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
# Create ReactOS disk
|
||||
qemu-img create -f "${QEMU_DISK_FORMAT}" /var/lib/qemu/images/reactos.img "${QEMU_DISK_SIZE}"
|
||||
|
||||
# Start all services
|
||||
exec runsvdir -P /etc/service/
|
Reference in New Issue
Block a user