From ff4a87ff42d23fd5157ba415b360280145bb0f99 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Wed, 22 Mar 2017 18:42:24 +0000 Subject: [PATCH] set linux as term --- installer/install.sh | 2 +- makeiso.sh | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/installer/install.sh b/installer/install.sh index 1b37c8d6..0f2d253e 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -7,7 +7,7 @@ ######################################################## # Set TERM, DIALOGRC -export TERM=xterm +export TERM=linux export DIALOGRC=/etc/dialogrc # Let's load dialog color theme diff --git a/makeiso.sh b/makeiso.sh index 7064414c..3f11e036 100755 --- a/makeiso.sh +++ b/makeiso.sh @@ -7,6 +7,10 @@ # v17.06 by mo, DTAG, 2017-03-13 # ######################################################## +# Set TERM, DIALOGRC +export DIALOGRC=/etc/dialogrc +export TERM=linux + # Let's define some global vars myBACKTITLE="T-Pot - ISO Creator" myUBUNTULINK="http://archive.ubuntu.com/ubuntu/dists/xenial-updates/main/installer-amd64/current/images/netboot/mini.iso" @@ -34,7 +38,6 @@ if [ "$myWHOAMI" != "root" ] fi # Let's load dialog color theme -export DIALOGRC=/etc/dialogrc cp installer/etc/dialogrc /etc/ # Let's clean up at the end or if something goes wrong ...