Changeset 191 for drbl-virt


Ignore:
Timestamp:
Aug 27, 2010, 6:19:26 PM (14 years ago)
Author:
rock
Message:

Add Function Code: generate PXE PV-VM configuration

Location:
drbl-virt/sbin
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • drbl-virt/sbin/drbl_xen_patch.sh

    r189 r191  
    140140    mkdir /home/domains
    141141fi
    142 cp /boot/*${Xen_Kernel}* /home/domains
     142cp /tftpboot/nbi_img/*xen* /home/domains
     143cp /tftpboot/nbi_img/vmlinuz-pxe /home/domains
     144cp /tftpboot/nbi_img/initrd-pxe.img /home/domains
    143145
  • drbl-virt/sbin/xen_install.sh

    r190 r191  
    5353                echo "[Install Xen Hypervisior]"
    5454                echo ""
    55                 aptitude install xen-linux-system-2.6.26-2-xen-${Linux_bit} xen-tools bridge-utils python-xml ipcalc
     55                aptitude install xen-linux-system-2.6.26-2-xen-${Linux_bit} xen-tools bridge-utils python-xml ipcalc xtightvncviewer
    5656                cp $Work_Home/conf/debian-lenny_xend-config.sxp /etc/xen/xend-config.sxp
    5757                if [ $1 == "stop" ]; then
Note: See TracChangeset for help on using the changeset viewer.