Vine Linux 4にはXenの公式パッケージは用意されていませんがFedora Core 6やCentOS 5のDomainUとして実行させることは比較的簡単に行えます。
その方法には次の二通りあります。
kernel = "/root/dist/install/boot/vmlinuz-2.6.16.29-xen" memory = 256 name = "Vine40U" vif = [ 'mac=00:16:3e:00:00:11, bridge=xenbr0' ] disk = [ 'file:/root/vine40domu.img,hda,w' ] root = "/dev/hda1 ro" extra = "5" |
default=0 timeout=5 #splashimage=(hd0,0)/boot/grub/splash.xpm.gz hiddenmenu title Vine4 domU (2.6.18-1.2798.fc6xen) root (hd0,0) kernel /boot/vmlinuz-2.6.18-1.2798.fc6xen ro root=LABEL=/ initrd /boot/initrd-2.6.18-1.2798.fc6xen.img |
name = "Vine40U" memory = "250" disk = [ 'file:/root/vine40ideshare-flat.vmdk,hda,w', ] vif = [ 'mac=00:16:3e:3c:f4:83, bridge=xenbr0', ] vnc=1 vncunused=1 uuid = "9530a2c8-32dd-294b-de4b-3e4767b515c9" bootloader="/usr/bin/pygrub" vcpus=1 on_reboot = 'restart' on_crash = 'restart' |