mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 14:59:13 -04:00
the ROM code from the hard disk, and an improved "tulip" driver. Also make boot over NFS the default method. This is seems to me more flexible in that NFS is often required for diskless configurations, and gives slightly better control than TFTPD on who is allowed to access the server. Approved-by: maintainer
11 lines
395 B
Text
11 lines
395 B
Text
--- Config.orig Sat Apr 21 14:57:58 2001
|
|
+++ Config Mon May 7 10:02:23 2001
|
|
@@ -223,7 +223,7 @@
|
|
# CFLAGS32+= -DAOUT_IMAGE -DIMAGE_MULTIBOOT -DIMAGE_FREEBSD
|
|
|
|
# Change download protocol to NFS, default is TFTP
|
|
-# CFLAGS32+= -DDOWNLOAD_PROTO_NFS
|
|
+CFLAGS32+= -DDOWNLOAD_PROTO_NFS
|
|
|
|
# These flags affect the loader that is prepended to the Etherboot image
|
|
LCONFIG+= -DMOVEROM
|