Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleActivate Xen dom0:
# vi /lib/svc/method/xvm-milestone
# replace all references of runlevel to runlevel=$(/usr/bin/who -r | /usr/bin/awk '{print $2}')
svcadm enable milestone/xvm
reboot

...