Files
extra/xen/xen.run
2025-06-22 20:39:04 -05:00

6 lines
186 B
Bash

#!/bin/sh
sv check xenconsoled >/dev/null || exit 1
xenstore-write "/local/domain/0/domid" 0 || exit 1
xenstore-write "/local/domain/0/name" "Domain-0" || exit 1
exec chpst -b xen pause