|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] I want to add a iso file for booting from CDROM, how can
El 09/10/2009, a las 2:51, ch huang escribió:
i modify my config file but no use
name = "m_node"
uuid = "c4b85b1d-e1f3-3bd6-904b-7da7be2ca5e2"
maxmem = 256
memory = 256
vcpus = 1
boot =
"dc
" # i
add this line for boot from cdrom first
bootloader = "/usr/bin/pygrub"
on_poweroff = "destroy"
on_reboot = "restart"
on_crash = "restart"
vfb = [ ]
disk = [ "phy:/dev/VolGroup00/LVmnode,xvda,w", "phy:/dev/VolGroup00/
LVmyswap, xvdb,w","phy:/dev/VolGroup00/LVmnode_raid,xvdc,w","phy:/
dev/VolGroup00/ LVmnode_raid2,xvdd,w", "file:/root/mygentoo/
install-x86-minimal-20090915.iso,
hdc:cdrom,r" ] #and add iso file for cdrom
vif = [ "mac=00:16:3e:4a:e5:fa,bridge=xenbr0" ]
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
Hi!!
I used a line like:
disk = [ 'file:/vserver/images/domains/lamborghini/
lamborghini.img,hda,w', 'file:/vserver/winxp.iso,ioemu:hdc:cdrom,r' ]
Regards, ALberto
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|