Changeset 2365 for trunk/packages
- Timestamp:
- Jul 26, 2009, 11:00:11 PM (15 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/95-install-base-system
r2171 r2365 33 33 echo -e '#!/bin/bash\nexit 101\n' > ${prefix}/usr/sbin/policy-rc.d 34 34 chmod +x ${prefix}/usr/sbin/policy-rc.d 35 chroot ${prefix} aptitude -y install '~prequired|~pimportant|~pstandard'35 chroot ${prefix} env DEBIAN_FRONTEND=noninteractive aptitude -y install '~prequired|~pimportant|~pstandard' 36 36 rm -f {$prefix}/usr/sbin/policy-rc.d 37 37 -
trunk/packages/invirt-autoinstaller/debian/changelog
r2359 r2365 1 invirt-autoinstaller (0.0.30) unstable; urgency=low 2 3 * When we're installing the world, be sure to block debconf prompts from 4 coming up. 5 6 -- Evan Broder <broder@mit.edu> Sun, 26 Jul 2009 19:59:01 -0700 7 1 8 invirt-autoinstaller (0.0.29) unstable; urgency=low 2 9
Note: See TracChangeset
for help on using the changeset viewer.