From 92eb279baa2f0f8d1fa1ad03da20f78aabed5ad8 Mon Sep 17 00:00:00 2001 From: lgromero Date: Thu, 9 May 2024 10:37:38 +0200 Subject: [PATCH] refs #273 adds xinetd variables and configuration for tftp functions --- installer/ogboot_installer.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installer/ogboot_installer.sh b/installer/ogboot_installer.sh index 58df485..e0d8c86 100755 --- a/installer/ogboot_installer.sh +++ b/installer/ogboot_installer.sh @@ -58,6 +58,9 @@ function globalSetup() { SAMBASERV=smbd SAMBACFGDIR=/etc/samba TFTPCFGDIR=/var/lib/tftpboot + TFTPSERV=tftp + INETDSERV=xinetd + INETDCFGDIR=/etc/xinetd.d PHPFPMSERV=php7.2-fpm