78ef7f06b7c28188b99cf5717671a1ecdf9ea693
[invirt/packages/invirt-autoinstaller.git] / common / usr / lib / xen-tools / debian.d / 98-install-base-system
1 #!/bin/sh
2 #
3 #  This script installs the sort of things you expect on an Ubuntu
4 #  system
5 #
6
7 prefix=$1
8
9 #
10 #  Source the common functions
11 #
12 if [ -e /usr/lib/xen-tools/common.sh ]; then
13     . /usr/lib/xen-tools/common.sh
14 else
15     . ./hooks/common.sh
16 fi
17
18 logMessage Script $0 starting
19
20 installDebianPackage ${prefix} ubuntu-minimal
21 installDebianPackage ${prefix} ubuntu-standard
22
23 #
24 # Log our finish
25 #
26 logMessage Script $0 finished