diff options
author | luigi <luigi@FreeBSD.org> | 2001-05-11 11:57:32 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2001-05-11 11:57:32 +0000 |
commit | 8613bd089fb5baabd07ba7e6532f13ac915fa1eb (patch) | |
tree | a5fcb4b7d22b638342a0b586e5ebb54e93f4b99c /net/etherboot | |
parent | 6cff0eca037617e983653e6a4d244186faf1ed92 (diff) | |
download | FreeBSD-ports-8613bd089fb5baabd07ba7e6532f13ac915fa1eb.zip FreeBSD-ports-8613bd089fb5baabd07ba7e6532f13ac915fa1eb.tar.gz |
Update to 5.0.1, which includes a boot sector to load
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
Diffstat (limited to 'net/etherboot')
-rw-r--r-- | net/etherboot/Makefile | 2 | ||||
-rw-r--r-- | net/etherboot/distinfo | 2 | ||||
-rw-r--r-- | net/etherboot/files/patch-aa | 11 | ||||
-rw-r--r-- | net/etherboot/pkg-comment | 2 | ||||
-rw-r--r-- | net/etherboot/pkg-descr | 19 |
5 files changed, 27 insertions, 9 deletions
diff --git a/net/etherboot/Makefile b/net/etherboot/Makefile index d00fc18..31fc359 100644 --- a/net/etherboot/Makefile +++ b/net/etherboot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= etherboot -PORTVERSION= 4.7.22 +PORTVERSION= 5.0.1 CATEGORIES= net #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} #MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net/etherboot/distinfo b/net/etherboot/distinfo index 8884737..bdc31fe 100644 --- a/net/etherboot/distinfo +++ b/net/etherboot/distinfo @@ -1 +1 @@ -MD5 (etherboot-4.7.22.tar.gz) = 8d26e7f447f2cd1ba2896d4ab08fac10 +MD5 (etherboot-5.0.1.tar.gz) = a08916065c8a37d92cf1bcc1bb687d96 diff --git a/net/etherboot/files/patch-aa b/net/etherboot/files/patch-aa new file mode 100644 index 0000000..1827b9c --- /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 diff --git a/net/etherboot/pkg-comment b/net/etherboot/pkg-comment index 7562692..117e93a 100644 --- a/net/etherboot/pkg-comment +++ b/net/etherboot/pkg-comment @@ -1 +1 @@ -Netboot FreeBSD a.out/ELF kernels +Network boot of FreeBSD a.out/ELF kernels. Replaces/improves netboot. diff --git a/net/etherboot/pkg-descr b/net/etherboot/pkg-descr index 84c661f..1c76946 100644 --- a/net/etherboot/pkg-descr +++ b/net/etherboot/pkg-descr @@ -1,8 +1,15 @@ This code was originaly from FreeBSD and then the Linux folks greatly -enhanced its functionality and capabilities. It tftp's the kernel -and boots it. It also has a menu capability. +enhanced its functionality and capabilities. It produces ROM-able +code to boot ELF/aout kernels over NFS or TFTP. It also includes +boot loaders to load the ROM images from raw floppy or hard disks, +or DOS disks. -.rom images are built in work/etherboot/src/bin32. Edit "Config" -in work/etherboot/src directory for more features. To make a floppy -image cd in work/etherboot/src and type gmake bin32/<device type>.fd0 . -.com images are made via gmake bin32/<device type>.com . +There are different ROM images for different network cards +(many are supported). They are built in work/etherboot/src/bin32. + +Edit "Config" in work/etherboot/src directory for more features, +default is to boot ELF kernels over NFS. + +To make a floppy image do + cd work/etherboot/src ; gmake bin32/<device.fd0 +.COM images are made via gmake bin32/<device type>.com . |