]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r337520: Fix WITHOUT_LOADER_GELI (gptboot) and isoboot in general
authorkevans <kevans@FreeBSD.org>
Tue, 14 Aug 2018 19:44:36 +0000 (19:44 +0000)
committerkevans <kevans@FreeBSD.org>
Tue, 14 Aug 2018 19:44:36 +0000 (19:44 +0000)
commitd154396cb88d6313c198079d080d5e4606ab8347
tree80c225371d8b2f573d040847867c96e0b81c9c7e
parent0c1a9fc59be4960319045f60f16e90bb8b917363
MFC r337520: Fix WITHOUT_LOADER_GELI (gptboot) and isoboot in general

gptboot was broken when r316078 added the LOADER_GELI_SUPPORT #ifdef to
not pass geliargs via __exec.  KARGS_FLAGS_EXTARG must not be used if we're
not going to pass an additional argument to __exec.

PR: 228151
stand/i386/gptboot/gptboot.c
stand/i386/isoboot/isoboot.c