Date: Wed, 29 Oct 2014 15:54:52 +0000 (UTC) From: Kris Moore <kmoore@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371691 - in head/sysutils/grub2-pcbsd: . files Message-ID: <201410291554.s9TFsqLX009389@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kmoore Date: Wed Oct 29 15:54:51 2014 New Revision: 371691 URL: https://svnweb.freebsd.org/changeset/ports/371691 QAT: https://qat.redports.org/buildarchive/r371691/ Log: - Fix creating valid FreeBSD EFI grub.cfg files - Bump PORTREV Modified: head/sysutils/grub2-pcbsd/Makefile head/sysutils/grub2-pcbsd/files/00_header.in Modified: head/sysutils/grub2-pcbsd/Makefile ============================================================================== --- head/sysutils/grub2-pcbsd/Makefile Wed Oct 29 15:53:48 2014 (r371690) +++ head/sysutils/grub2-pcbsd/Makefile Wed Oct 29 15:54:51 2014 (r371691) @@ -3,7 +3,7 @@ PORTNAME= grub2-pcbsd PORTVERSION= 2.02p -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ ftp://ftp.pcbsd.org/pub/software/ Modified: head/sysutils/grub2-pcbsd/files/00_header.in ============================================================================== --- head/sysutils/grub2-pcbsd/files/00_header.in Wed Oct 29 15:53:48 2014 (r371690) +++ head/sysutils/grub2-pcbsd/files/00_header.in Wed Oct 29 15:54:51 2014 (r371691) @@ -223,7 +223,6 @@ EOF insmod videotest insmod videoinfo set gfxmode=${GRUB_GFXMODE} - set gfxpayload=vga=normal fi EOF
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410291554.s9TFsqLX009389>