aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/powerpc/ofw/Makefile
diff options
context:
space:
mode:
authorRafal Jaworowski <raj@FreeBSD.org>2008-02-11 12:30:32 +0000
committerRafal Jaworowski <raj@FreeBSD.org>2008-02-11 12:30:32 +0000
commit77c843cc10d901fa8534850631a7936d71e49cc1 (patch)
tree28526e8c7b706039e54f73fee32d491607fc6aec /sys/boot/powerpc/ofw/Makefile
parentf2c05021d1726e129842753cf5a11cab4ff7978e (diff)
downloadsrc-77c843cc10d901fa8534850631a7936d71e49cc1.tar.gz
src-77c843cc10d901fa8534850631a7936d71e49cc1.zip
Clean up PowerPC loader(8) build config.
Turn off TFTP support by default: when both TFTP and NFS are enabled in the loader, strange interactions occur in the pure netbooting scenario (i.e. loader is TFTP-ed, kernel+world mounted over NFS), leading to very slow access to the NFS-exported files. Reviewed by: grehan Approved by: cognet (mentor)
Notes
Notes: svn path=/head/; revision=176185
Diffstat (limited to 'sys/boot/powerpc/ofw/Makefile')
-rw-r--r--sys/boot/powerpc/ofw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/powerpc/ofw/Makefile b/sys/boot/powerpc/ofw/Makefile
index 5d973e40fc56..49015cafbb41 100644
--- a/sys/boot/powerpc/ofw/Makefile
+++ b/sys/boot/powerpc/ofw/Makefile
@@ -16,7 +16,7 @@ LOADER_CD9660_SUPPORT?= yes
LOADER_EXT2FS_SUPPORT?= no
LOADER_NET_SUPPORT?= yes
LOADER_NFS_SUPPORT?= yes
-LOADER_TFTP_SUPPORT?= yes
+LOADER_TFTP_SUPPORT?= no
LOADER_GZIP_SUPPORT?= yes
LOADER_BZIP2_SUPPORT?= no