Skip to content

Commit

Permalink
introducing new environment variables LINBOSYSDIR and LINBOVARDIR.
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyBasher committed Oct 14, 2023
1 parent 171b2ca commit 7687b40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/constants.py
Expand Up @@ -3,7 +3,7 @@
# constants.py
#
# thomas@linuxmuster.net
# 20220910
# 20231014
#

# don't change this file
Expand Down Expand Up @@ -65,6 +65,8 @@
LINBOSHAREDIR = SHAREDIR + '/linbo'
LINBOTPLDIR = LINBOSHAREDIR + '/templates'
LINBOCACHEDIR = CACHEDIR + '/linbo'
LINBOSYSDIR = SYSDIR + '/linbo'
LINBOVARDIR = VARDIR + '/linbo'
DHCPDEVCONF = '/etc/dhcp/devices.conf'
DHCPSUBCONF = '/etc/dhcp/subnets.conf'
NETCFG = '/etc/netplan/01-netcfg.yaml'
Expand Down

0 comments on commit 7687b40

Please sign in to comment.