Yesterday i was instructed by Sun Support:-
***********************************************************
Old er versions of Fedora had all the software
in a directory called Fedora.
Fedora 8 puts them in a directory called something
like Packages. unpack the ISO into a directory,
# ln -s Packages Fedora,
then install from the directory using NFS.
*********************************************************
Suggestion above works fine right now.
No need to wait for new version of virt-install
********************************************************
# lofiadm -a /export/home/isos/f8.iso
/dev/lofi/1
# mount -o ro -F hsfs /dev/lofi/1 /mnt
# share -F nfs /mnt
# cd /
# cp -R mnt /second_root
# cd /second_root
# chmod u+w mnt
# cd mnt
# ln -s Packages Fedora
# share -F nfs /second_root/mnt
******************
Run virt-install:-
******************
# virt-install -n F8PVM --ram 1024 --nographics -p \
> -f /dev/zvol/dsk/xvmpool/f8-disk -l nfs:192.168.1.42:/second_root/mnt -d
This message posted from opensolaris.org
_______________________________________________
xen-discuss mailing list
[email protected]