installDebianPackage ${prefix} ubuntu-minimal
installDebianPackage ${prefix} ubuntu-standard
+
# For Debian, there is no metapackage, but we can pull in the
-# equivalent based on package priority
+# equivalent based on package priority.
#
# (On Ubuntu Hardy, this will additionally pull in libdns32, libisc32,
-# and nfs-common, which seems fairly benign
+# and nfs-common, which seems fairly benign.)
+
installDebianPackage ${prefix} aptitude
+
+logMessage "Installing Debian standard system to prefix ${prefix}"
+echo -e '#!/bin/bash\nexit 101\n' > ${prefix}/usr/sbin/policy-rc.d
+chmod +x ${prefix}/usr/sbin/policy-rc.d
chroot ${prefix} aptitude -y install '~prequired|~pimportant|~pstandard'
+rm -f {$prefix}/usr/sbin/policy-rc.d
+
#
# Log our finish
+invirt-autoinstaller (0.0.15) unstable; urgency=low
+
+ * Poke policy-rc.d while using aptitude so we don't try to start daemons.
+
+ -- Greg Price <price@mit.edu> Wed, 18 Feb 2009 00:30:45 -0500
+
invirt-autoinstaller (0.0.14) jaunty; urgency=low
* Don't confuse MB with MiB.