Changeset 2165
- Timestamp:
- Feb 18, 2009, 12:32:26 AM (16 years ago)
- Location:
- trunk/packages/invirt-autoinstaller
- Files:
-
- 2 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 # -
trunk/packages/invirt-autoinstaller/debian/changelog
r2161 r2165 1 invirt-autoinstaller (0.0.15) unstable; urgency=low 2 3 * Poke policy-rc.d while using aptitude so we don't try to start daemons. 4 5 -- Greg Price <price@mit.edu> Wed, 18 Feb 2009 00:30:45 -0500 6 1 7 invirt-autoinstaller (0.0.14) jaunty; urgency=low 2 8
Note: See TracChangeset
for help on using the changeset viewer.