Changeset 2165 for trunk/packages/invirt-autoinstaller/common/usr/lib/xen-tools/debian.d/98-install-base-system
- Timestamp:
- Feb 18, 2009, 12:32:26 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-autoinstaller/common/usr/lib/xen-tools/debian.d/98-install-base-system
r2128 r2165 21 21 installDebianPackage ${prefix} ubuntu-standard 22 22 23 23 24 # For Debian, there is no metapackage, but we can pull in the 24 # equivalent based on package priority 25 # equivalent based on package priority. 25 26 # 26 27 # (On Ubuntu Hardy, this will additionally pull in libdns32, libisc32, 27 # and nfs-common, which seems fairly benign 28 # and nfs-common, which seems fairly benign.) 29 28 30 installDebianPackage ${prefix} aptitude 31 32 logMessage "Installing Debian standard system to prefix ${prefix}" 33 echo -e '#!/bin/bash\nexit 101\n' > ${prefix}/usr/sbin/policy-rc.d 34 chmod +x ${prefix}/usr/sbin/policy-rc.d 29 35 chroot ${prefix} aptitude -y install '~prequired|~pimportant|~pstandard' 36 rm -f {$prefix}/usr/sbin/policy-rc.d 37 30 38 31 39 #
Note: See TracChangeset
for help on using the changeset viewer.