Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143542640
D46212.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D46212.diff
View Options
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -130,6 +130,7 @@
LOADER_KBOOT \
LOADER_LUA \
LOADER_OFW \
+ LOADER_PXEBOOT \
LOADER_UBOOT \
LOCALES \
LOCATE \
diff --git a/stand/i386/Makefile b/stand/i386/Makefile
--- a/stand/i386/Makefile
+++ b/stand/i386/Makefile
@@ -16,7 +16,7 @@
SUBDIR.yes+= loader_simp
# special boot programs, 'self-extracting boot2+loader'
-SUBDIR.yes+= pxeldr
+SUBDIR.${MK_LOADER_PXEBOOT}+= pxeldr
SUBDIR.${MK_LOADER_ZFS}+= zfsboot gptzfsboot
diff --git a/tools/build/options/WITHOUT_LOADER_PXEBOOT b/tools/build/options/WITHOUT_LOADER_PXEBOOT
new file mode 100644
--- /dev/null
+++ b/tools/build/options/WITHOUT_LOADER_PXEBOOT
@@ -0,0 +1,10 @@
+Do not build pxeboot on i386/amd64.
+When the pxeboot is too large, or unneeded, it may be disabled with this option.
+See
+.Va WITH_LOADER_PXEBOOT
+for how to adjust the defaults when you need both a larger
+.Pa /boot/loader
+and
+.Pa /boot/pxeboot
+.Pp
+This option only has an effect on x86.
diff --git a/tools/build/options/WITH_LOADER_PXEBOOT b/tools/build/options/WITH_LOADER_PXEBOOT
new file mode 100644
--- /dev/null
+++ b/tools/build/options/WITH_LOADER_PXEBOOT
@@ -0,0 +1,25 @@
+Build pxeboot on i386/amd64.
+The PXE Boot loader package needs more space than we may have in the boot loader.
+If you need to increase
+.Va LOADERSIZE
+beyond 500000, then building
+.Xr pxeboot 8
+will fail.
+To allow a larger
+.Va LOADERSIZE
+for some environments, it may be necessary to disable pxeboot builds or adjust
+its defaults.
+You can set the default loader for pxeboot to use independently of the system
+default by setting
+.Va PXEBOOT_DEFAULT_INTERP
+to one of
+.Dq lua ,
+.Dq 4th ,
+or
+.Dq simp .
+The limit on the size of the loader used for
+.Xr pxeboot 8
+can be set independently with
+.Va PXEBOOTSIZE .
+.Pp
+This option only has an effect on x86.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 31, 9:21 PM (1 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28189309
Default Alt Text
D46212.diff (1 KB)
Attached To
Mode
D46212: loader: Add WITH/WITHOUT_LOADER_PXEBOOT build option
Attached
Detach File
Event Timeline
Log In to Comment