From bf909dd36e5817f8dca9fac8d3c3b2871cb261e7 Mon Sep 17 00:00:00 2001 From: mhoellein Date: Wed, 4 Jul 2018 12:06:46 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 1 + bash_completion.d/yahm_completion | 1 + default/yahm | 29 +++++++++++++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 120000 bash_completion.d/yahm_completion create mode 100644 default/yahm diff --git a/.etckeeper b/.etckeeper index f7a58a8..6bd08ae 100755 --- a/.etckeeper +++ b/.etckeeper @@ -313,6 +313,7 @@ maybe chmod 0644 'default/timidity' maybe chmod 0644 'default/tmpfs' maybe chmod 0644 'default/triggerhappy' maybe chmod 0644 'default/useradd' +maybe chmod 0644 'default/yahm' maybe chmod 0644 'deluser.conf' maybe chmod 0755 'dhcp' maybe chmod 0755 'dhcp/dhclient-enter-hooks.d' diff --git a/bash_completion.d/yahm_completion b/bash_completion.d/yahm_completion new file mode 120000 index 0000000..542326a --- /dev/null +++ b/bash_completion.d/yahm_completion @@ -0,0 +1 @@ +/opt/YAHM/share/yahm_completion \ No newline at end of file diff --git a/default/yahm b/default/yahm new file mode 100644 index 0000000..4070150 --- /dev/null +++ b/default/yahm @@ -0,0 +1,29 @@ +# Default path +YAHM_DIR=/opt/YAHM +# temp folder +YAHM_TMP=/tmp/YAHM +# shared/cached files like systeminfo +YAHM_LIB=/var/lib/yahm +# tools and other yahm internal modules +YAHM_TOOLS=/opt/YAHM/share/tools +# Default/actual lxc name +LXCNAME="yahm" +# Last known good firmware version with pathes +LastCCU2Version="2.29.23" +# Default/actual bridge name +BRIDGE="yahmbr0" +# Default interface to bridge +INTERFACE="eth0" + +# +# Default behavior YAHM +# +# always show debug output -> 1 +IS_DEBUG=0 +# always froce operations -> 1 +IS_FORCE=0 +# always show verbose output -> 1 +IS_VERBOSE=0 +# show update warning -> 1 +SHOW_YAHM_UPDATES=1 + -- 2.43.0