- Timestamp:
- Feb 3, 2011 3:08:52 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69830
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxdrv.sh.in
r35206 r35837 78 78 } 79 79 succ_msg() { 80 log_ success_msg " done."80 log_end_msg 0 81 81 } 82 82 begin_msg() { … … 161 161 { 162 162 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 163 166 if ! running vboxdrv; then 164 167 if ! rm -f $DEVICE; then
Note:
See TracChangeset
for help on using the changeset viewer.