|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] how to install vm (rhel4) use virt-manager?
On Fri, Jun 15, 2007 at 10:04:20AM +0800, openbsd shen wrote:
> when I install vm rhel4 in virt-manager, how to input the "install media
> URL" ?
> I've mount the RHEL4 ISOs in http://192.168.1.1/rhel4/cd1 to cd4.
You don't mention whether you're trying to do paravirt of HVM install ?
For paravirt you need to extract the contents of all CDs into a single
directory on the webserver, rather than one per CD.
eg, something along the lines of
for i in *.iso
do
mount $i /mnt -o loop
cp -a /mnt/* /var/www/html/rhel4/
umount /mnt
done
Regards,
Dan.
--
|=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=|
|=- Perl modules: http://search.cpan.org/~danberr/ -=|
|=- Projects: http://freshmeat.net/~danielpb/ -=|
|=- GnuPG: 7D3B9505 F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 -=|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|