⇤ ← Revision 1 as of 2014-04-28 22:08:38
Size: 262
Comment:
|
Size: 461
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 14: | Line 14: |
* With kickstart {{{ mboot.c32 xen.gz dom0_mem=max:128G dom0_max_vcpus=20 --- vmlinuz ks=http://ca-sysinfra604.us.oracle.com/systest/public/installation/ks.cfg ksdevice=eth0 --- initrd.img }}} |
Boot entry
- 3.2
label xen kernel mboot.c32 append xen.gz dom0_mem=max:128G --- vmlinuz --- initrd.img
- 3.3
label xen kernel mboot.c32 append xen.gz dom0_mem=max:128G dom0_max_vcpus=20 --- vmlinuz --- initrd.img
- With kickstart
mboot.c32 xen.gz dom0_mem=max:128G dom0_max_vcpus=20 --- vmlinuz ks=http://ca-sysinfra604.us.oracle.com/systest/public/installation/ks.cfg ksdevice=eth0 --- initrd.img