History log of /openbsd/etc/etc.amd64/Makefile.inc (Results 1 – 19 of 19)
Revision Date Author Comments
# 4675fc66 17-May-2020 deraadt <deraadt@openbsd.org>

Change install images called *.fs to *.img. These are UFS filesystem images,
but additionally have a bootblock in the first 8K (since UFS does not use that
space). There are some UEFI direct-from-i

Change install images called *.fs to *.img. These are UFS filesystem images,
but additionally have a bootblock in the first 8K (since UFS does not use that
space). There are some UEFI direct-from-internet bootloaders that require
the name *.img. So this makes things more convenient for those, while keeping
it consistant in all architectures.
ok kettenis beck kn

show more ...


# f7bf1b90 04-Apr-2017 deraadt <deraadt@openbsd.org>

cp -p the bootblocks to RELEASEDIR; ok tb


# d0875ecd 07-Sep-2015 deraadt <deraadt@openbsd.org>

sync to BOOTIA32.EFI change


# e7b1a748 02-Sep-2015 deraadt <deraadt@openbsd.org>

copy from mdec to reldir


# a79f3f7b 02-Sep-2015 deraadt <deraadt@openbsd.org>

ship BOOTX64.EFI BOOTX86.EFI


# 7d6b1621 05-Mar-2014 deraadt <deraadt@openbsd.org>

some files were not being hashes, because they were missing from MDEXT
noticed by jsg, and important enough to make release


# 4c5cb502 22-Jul-2011 espie <espie@openbsd.org>

unify kernel building on various platforms.
feedback from miod@ and deraadt@


# eb73e2cf 15-Apr-2011 deraadt <deraadt@openbsd.org>

No need to make depend kernels


# 86da37e5 14-Jan-2011 deraadt <deraadt@openbsd.org>

We should not sum the install*.iso file, since it is not created at build
time. We've been summing the one from the previous build (then additional
goo I run has been cleaning it up..)


# 33f9b1a6 17-Aug-2010 deraadt <deraadt@openbsd.org>

MDEXT missed some files (result was they are not listed in the build-time
SHA256 file). Issue spotted by claudio.
ok miod


# 5884c62e 21-Apr-2009 deraadt <deraadt@openbsd.org>

move bsd and bsd.rd and all such other MD "sets" into the MD files,
since we perhaps cannot assume that is what kernels will be in the
pathetically stupid world that SGI created


# 78d13a4f 17-Apr-2009 deraadt <deraadt@openbsd.org>

For SHA256 hashes to be ready to go onto the install media, we must
build the sets before we build the media. While there we can get rid
of DESTDIR/snapshot too, and simply install straight into REL

For SHA256 hashes to be ready to go onto the install media, we must
build the sets before we build the media. While there we can get rid
of DESTDIR/snapshot too, and simply install straight into RELEASEDIR.
(This also ends up saving an astounding amount of traffic/latency in a nfs
environment)

show more ...


# ab2e85cc 27-Jul-2006 deraadt <deraadt@openbsd.org>

unify these damnit!


# f2a2b730 26-Aug-2004 deraadt <deraadt@openbsd.org>

install cdbr and cdboot for those that have it, too


# 3919a156 25-Jun-2004 deraadt <deraadt@openbsd.org>

build & ship bsd.rd


# 2a1f2190 21-Mar-2004 tom <tom@openbsd.org>

Put pxeboot into DESTDIR/snapshot

ok deraadt@


# 72678696 20-Mar-2004 deraadt <deraadt@openbsd.org>

no need for biosboot in snap


# bf04e63b 07-Feb-2004 deraadt <deraadt@openbsd.org>

xxboot is called biosboot here


# 837f4926 28-Jan-2004 mickey <mickey@openbsd.org>

MAKEDEV and etc; cloned from i386