Changeset 33939 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Nov 10, 2010 4:08:55 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67599
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxdrv.sh.in
r32548 r33939 165 165 if ! rm -f $DEVICE; then 166 166 failure "Cannot remove $DEVICE" 167 fi168 # HACK: disable the hardware performance counter framework169 if [ -e /proc/sys/kernel/perf_counter_paranoid ]; then170 echo 2 > /proc/sys/kernel/perf_counter_paranoid171 167 fi 172 168 if ! $MODPROBE vboxdrv > /dev/null 2>&1; then
Note:
See TracChangeset
for help on using the changeset viewer.