]> git.hoellein.online Git - pi-dgl-wand/commitdiff
saving uncommitted changes in /etc prior to apt run
authormhoellein <mhoellein@freenet.de>
Wed, 4 Jul 2018 10:06:46 +0000 (12:06 +0200)
committermhoellein <root@pi-dgl-wand>
Wed, 4 Jul 2018 10:06:46 +0000 (12:06 +0200)
.etckeeper
bash_completion.d/yahm_completion [new symlink]
default/yahm [new file with mode: 0644]

index f7a58a89463bcf08fb8914ef4330cf1e6b18107b..6bd08ae617e482bd1a53fd92d7992053100154d7 100755 (executable)
@@ -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 (symlink)
index 0000000..542326a
--- /dev/null
@@ -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 (file)
index 0000000..4070150
--- /dev/null
@@ -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
+