Advertisement
devinteske

rc.conf settings for pxe-config.sh (no SMB)

Jun 8th, 2015
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.83 KB | None | 0 0
  1. ###############################################################################
  2. ############################ PXEBOOT CONFIGURATION ############################
  3. ###############################################################################
  4.  
  5. #
  6. # DHCP
  7. #
  8. dhcpd_enable="YES"      # dhcpd enabled?
  9. dhcpd_flags="-q"        # command option(s)
  10. dhcpd_ifaces="em1"      # ethernet interface(s)
  11. dhcpd_includedir="/usr/local/etc/dhcpd.d"
  12.                         # directory of configuration files to include
  13.  
  14. #
  15. # TFTP
  16. #
  17. tftpd_enable="YES"      # tftpd enabled?
  18. tftpd_flags="-p4B 1024 -s /tftpboot -a 192.168.1.1"
  19.                         # flags to pass to tftpd(8) (ftp/tftp-hpa)
  20.  
  21. #
  22. # HTTP
  23. #
  24. apache22_enable="YES"   # httpd enabled?
  25.  
  26. #
  27. # NFS
  28. #
  29. nfs_server_enable="YES" # nfsd enabled?
  30. mountd_enable="YES"     # mountd enabled?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement