Changeset 2165


Ignore:
Timestamp:
Feb 18, 2009, 12:32:26 AM (15 years ago)
Author:
price
Message:

autoinstaller: poke policy-rc.d while using aptitude so we don't try to start daemons

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  
    2121installDebianPackage ${prefix} ubuntu-standard
    2222
     23
    2324# For Debian, there is no metapackage, but we can pull in the
    24 # equivalent based on package priority
     25# equivalent based on package priority.
    2526#
    2627# (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
    2830installDebianPackage ${prefix} aptitude
     31
     32logMessage "Installing Debian standard system to prefix ${prefix}"
     33echo -e '#!/bin/bash\nexit 101\n' > ${prefix}/usr/sbin/policy-rc.d
     34chmod +x ${prefix}/usr/sbin/policy-rc.d
    2935chroot ${prefix} aptitude -y install '~prequired|~pimportant|~pstandard'
     36rm -f {$prefix}/usr/sbin/policy-rc.d
     37
    3038
    3139#
  • trunk/packages/invirt-autoinstaller/debian/changelog

    r2161 r2165  
     1invirt-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
    17invirt-autoinstaller (0.0.14) jaunty; urgency=low
    28
Note: See TracChangeset for help on using the changeset viewer.