diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-20 18:13:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-20 18:13:23 +0000 |
commit | 44ec37555e64db324e87efc62cf3984512e01c71 (patch) | |
tree | 04781906adeb3d374522c935b2e6bff14d0148ba /distrib/miniroot | |
parent | d9fb12c2b4be35d396fc245c7f424bdbed138570 (diff) |
match on vga1 or vgafb0, well, let's just call it vga.* for now
Diffstat (limited to 'distrib/miniroot')
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files 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 |