Changeset 48954 in vbox for trunk/src/VBox/Installer/linux/scripts
- Timestamp:
- Oct 7, 2013 9:57:06 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 89651
- Location:
- trunk/src/VBox/Installer/linux/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/scripts/VBoxHeadlessXOrg.sh
r46352 r48954 23 23 # I have tried to follow the best practices I could find for writing a Linux 24 24 # service (and doing it in shell script) which should work well with 25 # traditional and modern service systems using minimal init or service files. 25 # traditional and modern service systems using minimal init or service files. 26 26 # In our case this boils down to: 27 27 # * Start with a single command line, stop using one of ${EXIT_SIGNALS} below. -
trunk/src/VBox/Installer/linux/scripts/check_module_dependencies.sh
r44528 r48954 370 370 ## Determine the commands needed to install gcc, make and the kernel headers on 371 371 # the current system. 372 # @param INSTALL_GCC_MAKE [out] Command to install gcc and make. 373 # @param INSTALL_HEADERS [out] Command to install gcc and make. 372 # @param INSTALL_GCC_MAKE [out] Command to install gcc and make. 373 # @param INSTALL_HEADERS [out] Command to install gcc and make. 374 374 # @param INSTALL_HEADERS_META [out] Command to install a dependency on the 375 375 # current kernel headers. May be empty.
Note:
See TracChangeset
for help on using the changeset viewer.