Changeset 2128 for trunk/packages/invirt-autoinstaller
- Timestamp:
- Feb 15, 2009, 3:54:24 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
r2117 r2128 27 27 # and nfs-common, which seems fairly benign 28 28 installDebianPackage ${prefix} aptitude 29 chroot ${prefix} aptitude install '~prequired|~pimportant|~pstandard'29 chroot ${prefix} aptitude -y install '~prequired|~pimportant|~pstandard' 30 30 31 31 # -
trunk/packages/invirt-autoinstaller/debian/changelog
r2126 r2128 1 invirt-autoinstaller (0.0.13) unstable; urgency=low 2 3 * Don't hang indefinitely waiting for input from a user that can't talk 4 to you. 5 6 -- Evan Broder <broder@mit.edu> Sun, 15 Feb 2009 03:54:10 -0500 7 1 8 invirt-autoinstaller (0.0.12) unstable; urgency=low 2 9
Note: See TracChangeset
for help on using the changeset viewer.