| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This should make things work like before. Update the desc. for
compressed images lzrom -> zrom.
|
| |
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
(Part 1)
|
| |
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
|
|
|
| |
PR: 46724
Submitted by: Paulius Bulotas <paulius@kaktusas.org>
|
|
|
|
|
| |
Part of PR: 46724
Submitted by: marius@alchemy.franken.de
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
terms of response to losses.
This makes etherboot work much smoother when nfs-loading
kernels in presence of a small amount of losses.
A similar patch will be committed shortly for tftp loads
(in the process of testing that, Doug Ambrisko and I found
a bug in FreeBSD's tftpd!).
These patches are being submitted to the etheboot developers
for integration in future releases of etherboot.
|
|
|
|
|
| |
the partition type stored in the fake partition table at the
end of this boot sector.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sensible defaults for FreeBSD. Specifically:
Makefile, distinfo:
upgrade to etherboot 5.0.5
pkg-descr:
improve description on installing on floppy/hd
files/patch-aa:
implement some FreeBSD-specific defaults, namely:
+ boot1a.s
use a FreeBSD partition type instead of a DOS partition type
+ makerom.c
pad the image size to multiples of 8k instead of powers of 2.
This makes the tulip image fit in the 62 sectors which are
typically unused on the first track of hard disks (other images
were already 16k so there is not a problem with them).
+ Makefile
make the disk loader bin/boot1a.bin be compiled by default
All these diffs are in the same patchfile because they are very
short, version independent (they even work with 5.0.4 and probably
earlier versions of etherboot) and will be contributed back to the
developers, so it is not worthwhile to clutter the ports subtree
with multiple patches.
Approved-by: maintainer
|
|
|
|
|
|
|
|
| |
Remove empty pkg-plist
PR: 32497
Submitted by: osa@FreeBSD.org.ru
Approved by: maintainer
|
|
|
|
|
|
| |
PR: ports/30137
Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
Approved by: Doug Ambrisko <ambrisko@ambrisko.com> (MAINTAINER)
|
| |
|
|
|
|
| |
whitespace)
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Newer version(7.22) was released right after my commit(7.21).
|
| |
|
|
|
|
|
|
|
|
| |
tricky configuration change to FreeBSD. The maintainer agrees it better
to use the Latest version of etherboot.
Submitted by: myself
Reviewed by: The maintainer.
|
|
|
|
|
| |
PR: 23095
Submitted by: maintainer
|
|
|
|
|
|
| |
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
|
| |
|
|
|
|
|
| |
PR: 18626
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: 17516
Submitted by: Maintainer
|
|
|
|
|
| |
PR: 15173
Submitted by: maintainer
|
|
|
|
|
| |
PR: 14464
Submitted by: maintainer
|
|
|
|
|
| |
PR: 13126
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
|
|
|
|
|
|
| |
Submitted by: maintainer
Add NO_PACKAGE, there are some stuff hardcoded into the compiled ROM files.
|
|
|
|
| |
Also make a bunch of style changes, most of them related to USE_BZIP2.
|
|
|
|
| |
Requested by: Satoshi, of course
|
|
PR: ports/9480
Submitted by: Doug Ambrisko (ambrisko@whistle.com) with a little tuning by me
|