VirtualBox

Changeset 35837 in vbox for trunk/src


Ignore:
Timestamp:
Feb 3, 2011 3:08:52 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69830
Message:

Linux installer: fail if we detect Xen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/vboxdrv.sh.in

    r35206 r35837  
    7878    }
    7979    succ_msg() {
    80         log_success_msg " done."
     80        log_end_msg 0
    8181    }
    8282    begin_msg() {
     
    161161{
    162162    begin_msg "Starting VirtualBox kernel modules"
     163    if [ -d /proc/xen ]; then
     164        failure "Running VirtualBox in a Xen environment is not supported"
     165    fi
    163166    if ! running vboxdrv; then
    164167        if ! rm -f $DEVICE; then
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette