3 # This script installs the sort of things you expect on an Ubuntu
10 # Source the common functions
12 if [ -e /usr/lib/xen-tools/common.sh ]; then
13 . /usr/lib/xen-tools/common.sh
18 logMessage Script $0 starting
20 installDebianPackage ${prefix} ubuntu-minimal
21 installDebianPackage ${prefix} ubuntu-standard
26 logMessage Script $0 finished