* fix indenting
authorMartin Zobel-Helas <zobel@debian.org>
Sun, 21 Jun 2009 14:51:17 +0000 (16:51 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Sun, 21 Jun 2009 14:51:17 +0000 (16:51 +0200)
* sane locales

input/howto/new-machine.creole

index 0de657b..4188b3e 100644 (file)
@@ -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: