feat: add addional global variables

master
Jóhann B. Guðmundsson 2021-01-19 22:50:36 +00:00
parent db36338053
commit a47c3f50b6
2 changed files with 17 additions and 3 deletions

View File

@ -11,21 +11,33 @@ sysloglvl=5
install_optional_items+=" vi /etc/virc ps grep cat rm " install_optional_items+=" vi /etc/virc ps grep cat rm "
prefix="/" prefix="/"
environment=/usr/lib/environment.d environment=/usr/lib/environment.d
environmentconfdir=/etc/environment.d
dbus=/usr/share/dbus-1 dbus=/usr/share/dbus-1
dbusinterfaces=/usr/share/dbus-1/interfaces dbusinterfaces=/usr/share/dbus-1/interfaces
dbusservices=/usr/share/dbus-1/services dbusservices=/usr/share/dbus-1/services
dbussession=/usr/share/dbus-1/session.d dbussession=/usr/share/dbus-1/session.d
dbussystem=/usr/share/dbus-1/system.d dbussystem=/usr/share/dbus-1/system.d
dbussystemservices=/usr/share/dbus-1/system-services dbussystemservices=/usr/share/dbus-1/system-services
dbusconfdir=/etc/dbus-1
dbusinterfacesconfdir=/etc/dbus-1/interfaces
dbusservicesconfdir=/etc/dbus-1/services
dbussessionconfdir=/etc/dbus-1/session.d
dbussystem=confdir/etc/dbus-1/system.d
dbussystemservicesconfdir=/etc/dbus-1/system-services
sysctld=/usr/lib/sysctl.d sysctld=/usr/lib/sysctl.d
sysctldconfdir=/etc/sysctl.d
systemdutildir=/usr/lib/systemd systemdutildir=/usr/lib/systemd
systemdcatalog=/usr/lib/systemd/catalog systemdcatalog=/usr/lib/systemd/catalog
systemdntpunits=/usr/lib/systemd/ntp-units.d systemdntpunits=/usr/lib/systemd/ntp-units.d
systemdntpunitsconfdir=/etc/systemd/ntp-units.d
systemdportable=/usr/lib/systemd/portable systemdportable=/usr/lib/systemd/portable
systemdportableconfdir=/etc/systemd/portable
systemdsystemunitdir=/usr/lib/systemd/system systemdsystemunitdir=/usr/lib/systemd/system
systemdsystemconfdir=/etc/systemd/system systemdsystemconfdir=/etc/systemd/system
systemduser=/usr/lib/systemd/user systemduser=/usr/lib/systemd/user
systemduserconfdir=/etc/systemd/user
sysusers=/usr/lib/sysusers.d sysusers=/usr/lib/sysusers.d
sysusersconfdir=/etc/sysusers.d
udevdir=/usr/lib/udev udevdir=/usr/lib/udev
hostonly="yes" hostonly="yes"
hostonly_cmdline="no" hostonly_cmdline="no"

View File

@ -1596,9 +1596,11 @@ export initdir dracutbasedir \
stdloglvl sysloglvl fileloglvl kmsgloglvl logfile \ stdloglvl sysloglvl fileloglvl kmsgloglvl logfile \
debug host_fs_types host_devs swap_devs sshkey add_fstab \ debug host_fs_types host_devs swap_devs sshkey add_fstab \
DRACUT_VERSION udevdir prefix filesystems drivers \ DRACUT_VERSION udevdir prefix filesystems drivers \
dbus dbusinterfaces dbusservices dbussession dbussystem \ dbus dbusconfdir dbusinterfaces dbusinterfacesconfdir \
dbussystemservices environment sysctl \ dbusservices dbusservicesconfdir dbussession dbussessionconfdir \
systemdutildir systemdcatalog systemdntpunits \ dbussystem dbussystemconfdir dbussystemservices dbussystemservicesconfdir \
environment environmentconfdir sysctl sysctlconfdir sysusers sysusersconfdir \
systemdutildir systemdcatalog systemdntpunits systemdntpunitsconfdir \
systemdsystemunitdir systemdsystemconfdir \ systemdsystemunitdir systemdsystemconfdir \
hostonly_cmdline loginstall \ hostonly_cmdline loginstall \
tmpfilesdir tmpfilesdir