diff options
| author | Warner Losh <imp@FreeBSD.org> | 2026-06-26 14:48:04 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2026-06-26 14:54:37 +0000 |
| commit | 4e9d303c8300c6674230ff1cdcb317edb27b48cc (patch) | |
| tree | 47b77f667e883288074aa9d1b145f8368ae1d0cd | |
| parent | afee781523e45198c7be0a19281bcae2c4ab66db (diff) | |
| -rw-r--r-- | stand/i386/pxeldr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/i386/pxeldr/Makefile b/stand/i386/pxeldr/Makefile index 715a13f19e6f..5380682ffa0b 100644 --- a/stand/i386/pxeldr/Makefile +++ b/stand/i386/pxeldr/Makefile @@ -33,7 +33,7 @@ LOADERBIN= ${BOOTOBJ}/i386/loader_${L}/loader_${L}.bin # may have a bit more, the limit of 500,000 (488k) provides enough margin to # work in a huge array of environments. Larger values may work for specific # environments. -PXEBOOTSIZE?=500000 +PXEBOOTSIZE?=530000 CLEANFILES+= ${BOOT}.tmp |
