- Update to v0.30

Add -c, --cons-dev option to choose terminal.
This allows nmdm devices to be used by grub for output.
Submitted by Conrad Meyer.

Set Linux boot_params video rows/columns to 80x25. This can
be disabled with the "-e|--evga" switch.

Move the 32-bit flat-mode GDT to the first page in memory to
avoid being stomped on by the decompressor in older Linux kernels.
These two fixes allow Centos 4/5 ISOs to boot without
triple-faulting or panic'ing with divide-by-zero errors.

Clean up command-line help, and be more FreeBSD-specific in
the display, including printing the grub-bhyve version.
This commit is contained in:
Kris Moore 2014-11-20 14:07:01 +00:00
parent 4b3879cd52
commit 5512bc7765
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372932
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= grub2-bhyve
DISTVERSION= 0.24
DISTVERSION= 0.30
CATEGORIES= sysutils
MAINTAINER= kmoore@FreeBSD.org
@ -17,8 +17,8 @@ ONLY_FOR_ARCHS= amd64
SSP_UNSAFE= yes
USE_GITHUB= yes
GH_ACCOUNT= grehan-freebsd
GH_COMMIT= 9d74c54
GH_TAGNAME= v0.24
GH_COMMIT= 5af229e
GH_TAGNAME= v0.30
USES= bison gmake
USE_GCC= yes
PLIST_FILES= sbin/grub-bhyve

View File

@ -1,2 +1,2 @@
SHA256 (grub2-bhyve-0.24.tar.gz) = 7131ec637c00c8122f6dbc608727c13d62d320749af598414688bd7a52c517cb
SIZE (grub2-bhyve-0.24.tar.gz) = 8381231
SHA256 (grub2-bhyve-0.30.tar.gz) = 65ece2e868345fb6eebd5c8b0b05e9257d0c1fb0b54ef838efb767af5c6a3b93
SIZE (grub2-bhyve-0.30.tar.gz) = 8384018