Changeset 202 for drbl-virt/sbin/xen_install.sh
- Timestamp:
- Aug 30, 2010, 2:18:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
drbl-virt/sbin/xen_install.sh
r191 r202 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 xtightvncviewer 55 aptitude install xen-linux-system-2.6.26-2-xen-${Linux_bit} xen-tools bridge-utils python-xml ipcalc xtightvncviewer sun-java6-jre 56 57 # setup java 58 update-java-alternatives -s java-6-sun 59 56 60 cp $Work_Home/conf/debian-lenny_xend-config.sxp /etc/xen/xend-config.sxp 61 # change java 57 62 if [ $1 == "stop" ]; then 58 63 echo ""
Note: See TracChangeset
for help on using the changeset viewer.