Changeset 2117 for trunk


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.

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

    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
  • trunk/packages/invirt-autoinstaller/debian/changelog

    r2116 r2117  
    22
    33  * Serial consoles are supposed to run at 115200 baud, not 115300.
     4  * Install a more complete base system on Debian.
    45
    5  -- Evan Broder <broder@mit.edu>  Sat, 14 Feb 2009 20:44:27 -0500
     6 -- Evan Broder <broder@mit.edu>  Sat, 14 Feb 2009 21:29:07 -0500
    67
    78invirt-autoinstaller (0.0.9) unstable; urgency=low
Note: See TracChangeset for help on using the changeset viewer.