Add x11-drivers/nvidia-drivers-180.{29,60}.
[overlay.git] / x11-drivers / nvidia-drivers / files / eblits / paravirt_check.eblit
1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/files/eblits/paravirt_check.eblit,v 1.1 2008/12/18 18:27:35 cardoe Exp $
4
5 paravirt_check() {
6         ebegin "Checking for Paravirtualized guest support"
7         linux_chkconfig_present PARAVIRT
8
9         if [[ $? -eq 0 ]]; then
10                 eerror "Please disable PARAVIRT in your kernel config, found at:"
11                 eerror
12                 eerror "  Processor type and features"
13                 eerror "    [*] Paravirtualized guest support"
14                 eerror
15                 eerror "or XEN support"
16                 eerror
17                 eerror "and recompile your kernel .."
18                 die "PARAVIRT support detected!"
19         fi
20 }