|
问题:
root@swofire:/opt/fedora6# /usr/sbin/xm create -c /opt/fedora6/fc6.cfg
Using config file "/opt/fedora6/fc6.cfg".
Warning: The nics option is deprecated. Please use an empty vif entry instead:
vif = [ '' ]
Error: I need 131072 KiB, but dom0_min_mem is 200704 and shrinking to 200704 KiB would leave only 43452 KiB free.
我的配置文件是:
kernel = "/boot/vmlinuz-2.6.16-xen"
memory = 128
name = "fedora.fc6"
nics = 1
dhcp = "dhcp"
vif = ['mac = aa:00:00:00:00:11']
disk = ['file:/opt/fedora6/fedora.fc6.img,sda1,w', 'file:/opt/fedora6/fedora.swap,sda2,w']
root = "/dev/sda1 ro"
请问到低是怎么一回事呢?哪位知道的兄弟帮忙解惑!! |
|