initial import
This commit is contained in:
5
xen/xen.run
Normal file
5
xen/xen.run
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user