dom0: change Domain-0 name to "dom0" to match qubes tools
This commit is contained in:
parent
6b885bd361
commit
64be313847
@ -38,7 +38,7 @@ start()
|
||||
chmod 660 /var/run/qubes/xl-lock
|
||||
mkdir -p /var/run/xen-hotplug
|
||||
|
||||
xenstore-write /local/domain/0/name Domain-0
|
||||
xenstore-write /local/domain/0/name dom0
|
||||
DOM0_MAXMEM=`/usr/sbin/xl info | grep total_memory | awk '{ print $3 }'`
|
||||
xenstore-write /local/domain/0/memory/static-max $[ $DOM0_MAXMEM * 1024 ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user