Xen_Lab1: xen_lab1_step1.sh

File xen_lab1_step1.sh, 286 bytes (added by jazz, 15 years ago)
Line 
1#!/bin/bash
2sudo aptitude update
3sudo aptitude install ubuntu-xen-desktop gcc-4.1 python-xml
4cd
5mkdir -p Xen_Kernel && cd Xen_Kernel
6wget http://trac.nchc.org.tw/grid/export/110/Xen/dom0_Kernel/linux-2.6.26-xen-amd64.tar.bz2
7tar jxvf linux-2.6.26-xen-amd64.tar.bz2
8sudo dpkg -i ./*.deb