make it a bit more aesthetically pleasing.
Requested by: Satoshi, of course
This commit is contained in:
parent
523157e0cf
commit
0dc03b5b33
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17970
@ -1,16 +1,23 @@
|
||||
# New ports collection makefile for: etherboot
|
||||
# Version required: 4.1
|
||||
# Date created: 16 April 1999
|
||||
# Whom: Doug Ambrisko <ambrisko@whistle.com>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= etherboot-4.1
|
||||
PKGNAME= etherboot-4.1
|
||||
CATEGORIES= net
|
||||
DISTFILES= etherboot-4.1pre9.tar.bz2
|
||||
MASTER_SITES= http://www.slug.org.au/etherboot/
|
||||
#DISTFILES= etherboot-4.1pre9.tar.bz2
|
||||
EXTRACT_SUFX= pre9.tar.bz2
|
||||
|
||||
MAINTAINER= ambrisko@whistle.com
|
||||
|
||||
BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 \
|
||||
${PREFIX}/bin/as86:${PORTSDIR}/devel/bcc
|
||||
|
||||
EXTRACT_CMD= bzip2 -d <
|
||||
EXTRACT_CMD= bzip2 -d <
|
||||
EXTRACT_BEFORE_ARGS=
|
||||
EXTRACT_AFTER_ARGS= | tar xf -
|
||||
|
||||
|
@ -1,2 +1 @@
|
||||
Netboot FreeBSD a.out or ELF kernels. Has menu support and several device
|
||||
drivers.
|
||||
Netboot FreeBSD a.out/ELF kernels.
|
||||
|
@ -1,46 +1,9 @@
|
||||
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. The only bad part is
|
||||
that it needs to be built in an Linux environment and needs my patch
|
||||
to linux_devel to run "brandelf" on static executables. Without this
|
||||
patch the intermediate static files will not run.
|
||||
and boots it. It also has a menu capability.
|
||||
|
||||
.rom & .com images are built in work/etherboot/src-32. Edit "Config"
|
||||
in that directory for more features.
|
||||
|
||||
Note this is a memory corruption issue when I pre-populate the bootinfo
|
||||
structure I need to look at it more.
|
||||
|
||||
Here is a sample dhcpd.conf entry for isc-dhcp.
|
||||
|
||||
server-identifier 192.168.1.31;
|
||||
|
||||
group {
|
||||
subnet 192.168.1.0 netmask 255.255.255.0 {
|
||||
range dynamic-bootp 192.168.1.10 192.168.1.19;
|
||||
dynamic-bootp-lease-length 3600;
|
||||
option subnet-mask 255.255.255.0;
|
||||
option broadcast-address 192.168.1.255;
|
||||
option routers 192.168.1.30;
|
||||
option root-path "/crab/home1/usr/upgrade";
|
||||
|
||||
|
||||
host current3 {
|
||||
hardware ethernet 0:a0:c9:c7:e1:6f;
|
||||
fixed-address 192.168.1.25;
|
||||
option subnet-mask 255.255.255.0;
|
||||
option broadcast-address 192.168.1.255;
|
||||
option routers 192.168.1.30;
|
||||
option root-path "192.168.1.31:/crab/home1/usr/current";
|
||||
option option-128 "192.168.1.31:/crab/home1/usr/current";
|
||||
# option option-132 00:00:90:40;
|
||||
option option-132 00:00:90:00; # howto boot flags
|
||||
option option-176 3;
|
||||
option option-160 "timeout=30:default=206:";
|
||||
option option-192 "BSD:::/tftpboot/kernel";
|
||||
option option-193 "Load:::/tftpboot/kernel.load";
|
||||
option option-195 "MiniDOS:::/tftpboot/pcdr";
|
||||
option option-206 "ELF:::tftpboot/kernel.elf";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user