From d7145e7d45654a701befce0d6ec5dddeb2a8a017 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 16 May 2009 21:16:36 +0200 Subject: [PATCH] add additional newline in front so text doesn't appear inside dialog's output --- debian/changelog | 14 ++++++++------ grml-terminalserver-config | 1 + 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 301d15f..6cd793f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,13 @@ grml-terminalserver (0.99.3) unstable; urgency=low - * grml-terminalserver-config: improve wording of grub's - network boot selection dialog. - * grml-terminalserver-config: exit script if user selects - 'Cancel' in grub's network boot selection dialog. - - -- Michael Prokop Sat, 16 May 2009 21:12:10 +0200 + * grml-terminalserver-config + - improve wording of grub's network boot selection dialog. + - exit script if user selects 'Cancel' in grub's network boot + selection dialog. + - add additional newline in front of 'Creating initrd' so + the text doesn't appear inside dialog's output. + + -- Michael Prokop Sat, 16 May 2009 21:15:38 +0200 grml-terminalserver (0.99.2) unstable; urgency=low diff --git a/grml-terminalserver-config b/grml-terminalserver-config index cdc6c39..a1c9db1 100755 --- a/grml-terminalserver-config +++ b/grml-terminalserver-config @@ -124,6 +124,7 @@ function actionAutoconf # INITRD {{{ function actionMkInitrd { + echo echo -n "Creating initrd $PATH_/minirt26.gz: " if isExistent "$PATH_/minirt26.gz" ; then echo -- 2.1.4