From: Peter Palfrader Date: Thu, 27 Aug 2009 14:51:36 +0000 (+0200) Subject: No longer need to set editor alternative - puppet does that. Just make sure vim... X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=85946469f7d21ddf70536c81cc80febe2c449850 No longer need to set editor alternative - puppet does that. Just make sure vim is installed soon enough --- diff --git a/input/howto/new-machine.creole b/input/howto/new-machine.creole index f73c2da..98782d5 100644 --- a/input/howto/new-machine.creole +++ b/input/howto/new-machine.creole @@ -8,6 +8,11 @@ Note: this has recently been changed to rely more on [[puppet|howto/puppet-setup apt-get install ssh }}} +* sane editor +{{{ + apt-get install vim +}}} + * sane locales: (make sure there is _no_ locale defined in /etc/environment and /etc/default/locale) {{{ echo -n > /etc/environment @@ -120,11 +125,6 @@ Note: this has recently been changed to rely more on [[puppet|howto/puppet-setup newaliases }}} -* sane default editor -{{{ - apt-get install vim && update-alternatives --set editor /usr/bin/vim.basic -}}} - * add to munin on spohr {{{ : :: spohr :: && sudo vi /etc/munin/munin.conf