From: Martin Zobel-Helas Date: Sat, 14 Apr 2012 14:11:42 +0000 (+0200) Subject: Merge branch 'master' of git+ssh://db.debian.org/git/dsa-wiki X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=4ba7b28090d093549593965c9c18e95b5e10e71f;hp=a3a3a23d0d6d5188bbd10ad1843c8a5291818ede;p=mirror%2Fdsa-wiki.git Merge branch 'master' of git+ssh://db.debian.org/git/dsa-wiki * 'master' of git+ssh://db.debian.org/git/dsa-wiki: removing redundant link updated add-account for guest-account -> debian-account completed add-account wiki entry started howto for add-account dchroot: revert OBSOLETE tags, keep steps for dchroot backup: beethoven's SSH is being done automatically nowadays change nm frontdesk address mark a few things as obsolete proc mount stuff --- 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 }}}