From d96c10556c28b980b478dac3e0979d61dc065deb Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Tue, 19 Jun 2018 15:38:38 +0200 Subject: [PATCH] TT#37257 Stop creating /tmp/ngcp-installer-cmdline.log as it gone after reboot The file /tmp/ngcp-installer-cmdline.log is available when GRML is running only and will gone right after the reboot. In the same time original "${TARGET}/etc/ngcp-installer/config_deploy.inc" is also available during GRML is running and will stay after the reboot. For all the time I had no reason to check /tmp/ngcp-installer-cmdline.log, as I always used config_deploy.inc directly (which is also covered by etckeeper). Removing it as a part of minimizing log files program. Change-Id: Idcc2ced1bf2aba261bd519abcdb91c1f8fe0336b --- templates/scripts/includes/deployment.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/scripts/includes/deployment.sh b/templates/scripts/includes/deployment.sh index 8c50169..bd090ee 100755 --- a/templates/scripts/includes/deployment.sh +++ b/templates/scripts/includes/deployment.sh @@ -1547,8 +1547,6 @@ EXTERNAL_DEV="${EXTERNAL_DEV}" GW="${GW}" EXTERNAL_NETMASK="${EXTERNAL_NETMASK}" EOF - - cat "${TARGET}/etc/ngcp-installer/config_deploy.inc" > /tmp/ngcp-installer-cmdline.log } prepare_translations() {