X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Fnew-machine.creole;h=22bb929d3ea9cd18ad57e9eac2f4e58ed7d255e5;hb=00bfb49113562cae8f70c8fbf5888084161cc03a;hp=71e93a82f6397c20ad3d7f779b1c8d9d635bb678;hpb=4438ab80847b301c9db739f2b12a5d0f5a4595a6;p=mirror%2Fdsa-wiki.git diff --git a/input/howto/new-machine.creole b/input/howto/new-machine.creole index 71e93a8..22bb929 100644 --- a/input/howto/new-machine.creole +++ b/input/howto/new-machine.creole @@ -5,12 +5,12 @@ Note: this has recently been changed to rely more on [[puppet|howto/puppet-setup * install ssh if it isn't there already {{{ - apt-get install ssh + apt-get install --no-install-recommends ssh }}} * sane editor {{{ - apt-get install vim + apt-get install --no-install-recommends vim }}} * sane locales: (make sure there is _no_ locale defined in /etc/environment and /etc/default/locale) @@ -21,7 +21,7 @@ Note: this has recently been changed to rely more on [[puppet|howto/puppet-setup * make debconf the same on every host: - dialog, - high {{{ - apt-get install dialog && + apt-get install --no-install-recommends dialog && echo "debconf debconf/priority select high" | debconf-set-selections && echo "debconf debconf/frontend select Dialog" | debconf-set-selections }}}