Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ###############################################################################
- ############################ PXEBOOT CONFIGURATION ############################
- ###############################################################################
- #
- # DHCP
- #
- dhcpd_enable="YES" # dhcpd enabled?
- dhcpd_flags="-q" # command option(s)
- dhcpd_ifaces="em1" # ethernet interface(s)
- dhcpd_includedir="/usr/local/etc/dhcpd.d"
- # directory of configuration files to include
- #
- # TFTP
- #
- tftpd_enable="YES" # tftpd enabled?
- tftpd_flags="-p4B 1024 -s /tftpboot -a 192.168.1.1"
- # flags to pass to tftpd(8) (ftp/tftp-hpa)
- #
- # HTTP
- #
- apache22_enable="YES" # httpd enabled?
- #
- # NFS
- #
- nfs_server_enable="YES" # nfsd enabled?
- mountd_enable="YES" # mountd enabled?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement