Changeset 21955 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Aug 4, 2009 1:35:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxdrv.sh.in
r21244 r21955 153 153 if ! rm -f $DEVICE; then 154 154 failure "Cannot remove $DEVICE" 155 fi 156 # HACK: disable the hardware performance counter framework 157 if [ -e /proc/sys/kernel/perf_counter_paranoid ]; then 158 echo 2 > /proc/sys/kernel/perf_counter_paranoid 155 159 fi 156 160 if ! modprobe vboxdrv > /dev/null 2>&1; then
Note:
See TracChangeset
for help on using the changeset viewer.