Ignore:
Timestamp:
Feb 14, 2009, 9:30:42 PM (15 years ago)
Author:
broder
Message:

Install a more complete base system on Debian by installing packages
of standard priority or higher.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-autoinstaller/common/usr/lib/xen-tools/debian.d/98-install-base-system

    r2073 r2117  
    2121installDebianPackage ${prefix} ubuntu-standard
    2222
     23# For Debian, there is no metapackage, but we can pull in the
     24# equivalent based on package priority
     25#
     26# (On Ubuntu Hardy, this will additionally pull in libdns32, libisc32,
     27# and nfs-common, which seems fairly benign
     28installDebianPackage ${prefix} aptitude
     29chroot ${prefix} aptitude install '~prequired|~pimportant|~pstandard'
     30
    2331#
    2432# Log our finish
Note: See TracChangeset for help on using the changeset viewer.