From: Peter Palfrader Date: Sat, 27 Jun 2009 13:21:04 +0000 (+0200) Subject: No need to echo a newline into the local file X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=ee7c374c15931ae879767112ad0533274bada130 No need to echo a newline into the local file --- diff --git a/input/howto/new-machine.creole b/input/howto/new-machine.creole index 8686652..26e265a 100644 --- a/input/howto/new-machine.creole +++ b/input/howto/new-machine.creole @@ -18,8 +18,8 @@ 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 + echo -n > /etc/environment + echo -n > /etc/default/locale }}} * make debconf the same on every host: - dialog, - high