diff options
author | Luigi Rizzo <luigi@FreeBSD.org> | 2001-05-11 11:57:32 +0000 |
---|---|---|
committer | Luigi Rizzo <luigi@FreeBSD.org> | 2001-05-11 11:57:32 +0000 |
commit | 3724810b315e7fc075190cb029364888ee0f04f5 (patch) | |
tree | e84aca911767736a8d0d459d16d318553aa1da4f /net/etherboot/files | |
parent | 0120963fd145b26417124a0f7a0a0c562222e894 (diff) |
Notes
Diffstat (limited to 'net/etherboot/files')
-rw-r--r-- | net/etherboot/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/etherboot/files/patch-aa b/net/etherboot/files/patch-aa new file mode 100644 index 000000000000..1827b9c96e6b --- /dev/null +++ b/net/etherboot/files/patch-aa @@ -0,0 +1,11 @@ +--- 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 |