Changeset 426 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jan 30, 2007 9:27:10 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r423 r426 169 169 } 170 170 if [ ! -c $dev ]; then 171 maj=`sed -n 's;\([0-9]\+\) vbox drv;\1;p' /proc/devices`171 maj=`sed -n 's;\([0-9]\+\) vboxadd;\1;p' /proc/devices` 172 172 if [ ! -z "$maj" ]; then 173 173 min=0 174 174 else 175 min=`sed -n 's;\([0-9]\+\) vbox drv;\1;p' /proc/misc`175 min=`sed -n 's;\([0-9]\+\) vboxadd;\1;p' /proc/misc` 176 176 if [ ! -z "$min" ]; then 177 177 maj=10
Note:
See TracChangeset
for help on using the changeset viewer.