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'
--- /dev/null
+# 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
+