6 lines
186 B
Bash
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
|