Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146114737
D46213.id141875.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
791 B
Referenced Files
None
Subscribers
None
D46213.id141875.diff
View Options
diff --git a/stand/i386/Makefile b/stand/i386/Makefile
--- a/stand/i386/Makefile
+++ b/stand/i386/Makefile
@@ -20,6 +20,11 @@
SUBDIR.${MK_LOADER_ZFS}+= zfsboot gptzfsboot
-SUBDIR_DEPEND_pxeldr+= loader_${LOADER_DEFAULT_INTERP}
+.if defined(PXEBOOT_DEFAULT_INTERP)
+L=${PXEBOOT_DEFAULT_INTERP}
+.else
+L=${LOADER_DEFAULT_INTERP}
+.endif
+SUBDIR_DEPEND_pxeldr+= loader_${L}
.include <bsd.subdir.mk>
diff --git a/stand/i386/pxeldr/Makefile b/stand/i386/pxeldr/Makefile
--- a/stand/i386/pxeldr/Makefile
+++ b/stand/i386/pxeldr/Makefile
@@ -22,7 +22,11 @@
CFLAGS+=-I${BOOTSRC}/i386/common
+.if defined(PXEBOOT_DEFAULT_INTERP)
+L=${PXEBOOT_DEFAULT_INTERP}
+.else
L=${LOADER_DEFAULT_INTERP}
+.endif
LOADERBIN= ${BOOTOBJ}/i386/loader_${L}/loader_${L}.bin
CLEANFILES+= ${BOOT}.tmp
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 28, 10:50 PM (3 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29050067
Default Alt Text
D46213.id141875.diff (791 B)
Attached To
Mode
D46213: pxeboot: Allow a different default loader for pxeboot
Attached
Detach File
Event Timeline
Log In to Comment