]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
release.sh: disable colors and the beastie menu for ARM/ARM64 targets
authorkevans <kevans@FreeBSD.org>
Thu, 30 Aug 2018 18:00:28 +0000 (18:00 +0000)
committerkevans <kevans@FreeBSD.org>
Thu, 30 Aug 2018 18:00:28 +0000 (18:00 +0000)
commita3e4001e12f3fcdda6243080c3edb6ac149a0535
tree1dc38b542c01ee5687e28cb9308c456021a603a6
parentd2d143363508d4d8b9216251734b0a9491005445
release.sh: disable colors and the beastie menu for ARM/ARM64 targets

lualoader has moved to a model where the user is expected to disable color
as desired, rather than disabling it automatically for serial boots, due to
more wide-spread support for color sequences.

In a similar vain, though also to reduce special cases, lualoader no
longer disables the beastie menu automatically for !x86. This was done in
Forth land with a different loader.rc that simply didn't invoke the menu
routines, thus wasn't necessary.

This set of changes puts release images back to how they would've been
experienced prior to the switch to Lua.

Approved by: re (rgrimes)
release/tools/arm.subr