Displaying 1 result from an estimated 1 matches for "svn_99".
Did you mean:
snv_99
2008 Oct 15
3
Linux HVM install in Solaris Dom-0 talking 36+ hours
Hi!
I''m running svn_99 and just tried to install Fedora
using the following script:
#!/bin/sh
ISO=nfs:dom0:/storage/misc/Downloads/ISOs/Linux/Fedora9/Fedora-9-x86_64
zfs create -V 20G storage/fedora
virt-install \
--hvm \
--os-type linux \
--os-variant fedora8 \
-n fedora \
-f...