]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
release.sh: disable colors and the beastie menu for ARM/ARM64 targets
authorKyle Evans <kevans@FreeBSD.org>
Thu, 30 Aug 2018 18:00:28 +0000 (18:00 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 30 Aug 2018 18:00:28 +0000 (18:00 +0000)
commit9de0425ed9c299c51523c772b6dbee3e798c5462
tree1dc38b542c01ee5687e28cb9308c456021a603a6
parentd3b764acc6430b5969ada27b751ff4fd99bbea67
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