From: Martin Zobel-Helas Date: Sun, 21 Jun 2009 14:51:17 +0000 (+0200) Subject: * fix indenting X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=81ae99e968d7807665a4769770081d987adc82ff * fix indenting * sane locales --- diff --git a/input/howto/new-machine.creole b/input/howto/new-machine.creole index 0de657b..4188b3e 100644 --- a/input/howto/new-machine.creole +++ b/input/howto/new-machine.creole @@ -19,10 +19,15 @@ Note: this is partially obsolete now that we have [[puppet|howto/puppet-setup]]. make sure there is _no_ locale defined in /etc/environment and /etc/default/locale +{{{ + echo "" > /etc/environment + echo "" > /etc/default/locale +}}} + * make debconf the same on every host: - dialog, - high {{{ -echo "debconf debconf/priority select high" | debconf-set-selections -echo "debconf debconf/frontend select Dialog" | debconf-set-selections + echo "debconf debconf/priority select high" | debconf-set-selections + echo "debconf debconf/frontend select Dialog" | debconf-set-selections }}} * add db.d.o to sources.list: