From ee7c374c15931ae879767112ad0533274bada130 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 27 Jun 2009 15:21:04 +0200 Subject: [PATCH] No need to echo a newline into the local file --- input/howto/new-machine.creole | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1