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
changes/50/22050/2
Alexander Lutay 8 years ago
parent 3ae12974cd
commit d96c10556c

@ -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() {

Loading…
Cancel
Save