Changeset 191 for drbl-virt/sbin
- Timestamp:
- Aug 27, 2010, 6:19:26 PM (14 years ago)
- Location:
- drbl-virt/sbin
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
drbl-virt/sbin/drbl_xen_patch.sh
r189 r191 140 140 mkdir /home/domains 141 141 fi 142 cp /boot/*${Xen_Kernel}* /home/domains 142 cp /tftpboot/nbi_img/*xen* /home/domains 143 cp /tftpboot/nbi_img/vmlinuz-pxe /home/domains 144 cp /tftpboot/nbi_img/initrd-pxe.img /home/domains 143 145 -
drbl-virt/sbin/xen_install.sh
r190 r191 53 53 echo "[Install Xen Hypervisior]" 54 54 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 56 56 cp $Work_Home/conf/debian-lenny_xend-config.sxp /etc/xen/xend-config.sxp 57 57 if [ $1 == "stop" ]; then
Note: See TracChangeset
for help on using the changeset viewer.