next try
[mirror/dsa-wiki.git] / input / howto / new-machine.creole
index 0de657b..8686652 100644 (file)
@@ -2,8 +2,6 @@
 
 Note: this is partially obsolete now that we have [[puppet|howto/puppet-setup]].  We should probably update/rework some parts.
 
-** Warning: This procedure has not been tested since being moved to the wiki.  Beware. **
-
 * install ssh if it isn't there already
 {{{
     apt-get install ssh
@@ -19,10 +17,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: