Changeset 56883 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jul 9, 2015 5:16:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/install.sh
r56882 r56883 377 377 378 378 # Install runlevel scripts 379 install_init_script $INSTALLATION_DIR/vboxdrv.sh vboxdrv 380 install_init_script $INSTALLATION_DIR/vboxballoonctrl-service.sh vboxballoonctrl-service 381 install_init_script $INSTALLATION_DIR/vboxautostart-service.sh vboxautostart-service 382 install_init_script $INSTALLATION_DIR/vboxweb-service.sh vboxweb-service 379 install_init_script $INSTALLATION_DIR/vboxdrv.sh vboxdrv 2>> $LOG 380 install_init_script $INSTALLATION_DIR/vboxballoonctrl-service.sh vboxballoonctrl-service 2>> $LOG 381 install_init_script $INSTALLATION_DIR/vboxautostart-service.sh vboxautostart-service 2>> $LOG 382 install_init_script $INSTALLATION_DIR/vboxweb-service.sh vboxweb-service 2>> $LOG 383 383 384 384 # Write the configuration. Do this before we call /etc/init.d/vboxdrv setup! … … 393 393 394 394 delrunlevel vboxdrv > /dev/null 2>&1 395 addrunlevel vboxdrv # This may produce useful output395 addrunlevel vboxdrv 2>> $LOG # This may produce useful output 396 396 delrunlevel vboxballoonctrl-service > /dev/null 2>&1 397 addrunlevel vboxballoonctrl-service # This may produce useful output397 addrunlevel vboxballoonctrl-service 2>> $LOG # This may produce useful output 398 398 delrunlevel vboxautostart-service > /dev/null 2>&1 399 addrunlevel vboxautostart-service # This may produce useful output399 addrunlevel vboxautostart-service 2>> $LOG # This may produce useful output 400 400 delrunlevel vboxweb-service > /dev/null 2>&1 401 addrunlevel vboxweb-service # This may produce useful output401 addrunlevel vboxweb-service 2>> $LOG # This may produce useful output 402 402 403 403 # Create users group
Note:
See TracChangeset
for help on using the changeset viewer.