Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F101594545
D42146.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
D42146.diff
View Options
diff --git a/stand/i386/Makefile b/stand/i386/Makefile
--- a/stand/i386/Makefile
+++ b/stand/i386/Makefile
@@ -17,7 +17,7 @@
SUBDIR.yes+= loader_simp
# special boot programs, 'self-extracting boot2+loader'
-SUBDIR.yes+= pxeldr
+SUBDIR.yes+= loader_pxe .WAIT pxeldr
SUBDIR.${MK_LOADER_ZFS}+= zfsboot gptzfsboot
diff --git a/stand/i386/loader_pxe/Makefile b/stand/i386/loader_pxe/Makefile
new file mode 100644
--- /dev/null
+++ b/stand/i386/loader_pxe/Makefile
@@ -0,0 +1,12 @@
+
+LOADER=loader_pxe
+LOADERBIN= ${BOOTOBJ}/i386/${LOADER}/${LOADER}.bin
+
+LOADER_MSDOS_SUPPORT= no
+LOADER_EXT2FS_SUPPORT= no
+LOADER_GZIP_SUPPORT= no
+LOADER_BZIP2_SUPPORT= no
+
+INSTALL_LOADER_FILE= no
+
+.include "../loader/Makefile"
diff --git a/stand/i386/pxeldr/Makefile b/stand/i386/pxeldr/Makefile
--- a/stand/i386/pxeldr/Makefile
+++ b/stand/i386/pxeldr/Makefile
@@ -11,7 +11,7 @@
BOOT= pxeboot
LDR= pxeldr
ORG= 0x7c00
-LOADER= loader
+LOADER= loader_pxe
.if defined(BOOT_PXELDR_PROBE_KEYBOARD)
CFLAGS+=-DPROBE_KEYBOARD
@@ -23,8 +23,7 @@
CFLAGS+=-I${BOOTSRC}/i386/common
-L=${LOADER_DEFAULT_INTERP}
-LOADERBIN= ${BOOTOBJ}/i386/loader_${L}/loader_${L}.bin
+LOADERBIN= ${BOOTOBJ}/i386/${LOADER}/${LOADER}.bin
CLEANFILES+= ${BOOT}.tmp
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 1, 6:16 PM (21 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14417385
Default Alt Text
D42146.diff (1 KB)
Attached To
Mode
D42146: stand/i386: build a specific loader for PXE boot
Attached
Detach File
Event Timeline
Log In to Comment