pxe-bootserver/conf.d/service_10_main.conf.sh
2023-04-18 13:41:50 +02:00

26 lines
250 B
Bash
Executable File

#!/bin/sh
. ./settings.sh
#
# Main Service
#
S_ENABLED=YES
S_NAME="none"
S_PACKAGES="git sudo p7zip p7zip-full ipxe pxelinux syslinux syslinux-common"
# handle services
fservice $S_ENABLED $1 $S_NAME "$S_PACKAGES"
case $1 in
init)
;;
esac