X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=5e0c39e498a642fd259149f7eaf8ba0e8d14d00b;hp=004754a66b094b8698c08685c7cb868724017c9c;hb=a8499da7a5d9d61c0c818c567f90e4782d8bc2dd;hpb=cc1a5bf0075ffe967e14feb21ec30c86b4b0f415;ds=inline diff --git a/autoconfig.functions b/autoconfig.functions index 004754a..5e0c39e 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Klaus Knopper , (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mit Jän 24 10:33:23 CET 2007 [mika] +# Latest change: Mon Feb 05 12:37:33 CET 2007 [mika] ################################################################################ # {{{ path, variables, signals, umask, zsh @@ -357,6 +357,7 @@ config_time(){ # {{{ print kernel info config_kernel(){ vmware-detect &>/dev/null && VMWARE="inside ${WHITE}VMWare${NORMAL}" + [ -d /proc/xen ] && VMWARE='' # vmware-detect returns '0' when running with a Xen-enabled kernel einfo "Running Linux Kernel $KERNEL $VMWARE" ; eend 0 if [ -r /proc/cpuinfo ] ; then if egrep -q '^flags.*(vmx|svm)' /proc/cpuinfo ; then