freebsd-skq/sys/boot/geli
Warner Losh 781c4d47f2 Install the 4th files in sys/boot/forth instead of each loader
Also, move generation of loader.help into loader.mk. Set HELP_FILES=
to disable this (so we only install one help file, for now). At the
same time remove some duplicate -I lines. Fix several FILES= and
CLEANFILES= into the += form since we're touching both of those in the
.mk files. Make sure we only build one loader.help file per platform
in a unified way (we were building many on some, with the last to
install winning, though often they were the same text).

Also, we're now installing loader.rc and menu.rc everywhere. arm and
mips uboot installed these as menu.rc.sample, but there's no need
since the loader.rc for those platforms doesn't do menu.rc processing
by default. pcibios.4th is now installed everywhere, but will failsafe
on non x86 platforms (it isn't loaded by default anywhere).

These changes are too intertwined to do separately since aspects of
each are required to have a bug-free commit.

Sponsored by: Netflix
2017-11-10 23:54:58 +00:00
..
geliboot_crypto.c Fix warnings due to type mismatch. 2017-08-26 18:29:58 +00:00
geliboot_internal.h _STAND is sometimes defined on the command line. Make the define here match. 2017-08-26 18:29:53 +00:00
geliboot.c Hide length of geli passphrase during boot. 2017-08-26 14:07:24 +00:00
geliboot.h Forward declare struct dsk to avoid warnings when building libi386. 2017-08-26 18:30:08 +00:00
Makefile Install the 4th files in sys/boot/forth instead of each loader 2017-11-10 23:54:58 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
pwgets.c Hide length of geli passphrase during boot. 2017-08-26 14:07:24 +00:00