From 91315c957dc9da7659485219e6cd34ee7c31687f Mon Sep 17 00:00:00 2001 From: deraadt Date: Sun, 20 Jul 2014 18:13:22 +0000 Subject: [PATCH] match on vga1 or vgafb0, well, let's just call it vga.* for now --- distrib/miniroot/install.sub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index ff70b8181b3..746f349cbdf 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.782 2014/07/16 08:27:14 ajacoutot Exp $ +# $OpenBSD: install.sub,v 1.783 2014/07/20 18:13:22 deraadt Exp $ # # Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback # All rights reserved. @@ -1854,7 +1854,7 @@ questions() { aperture= xdm= if [[ -n $DISPLAY ]]; then - [[ -n $(scan_dmesg '/^vga1: aperture needed/p') ]] && + [[ -n $(scan_dmesg '/^vga.*: aperture needed/p') ]] && ask_yn "Do you expect to run the X Window System?" yes && aperture=$MDXAPERTURE -- 2.20.1