- Timestamp:
- Dec 11, 2012 12:23:50 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82607
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/run-inst.sh
r44080 r44090 234 234 ;; 235 235 236 --force) 237 force) # Keep for backwards compatibility. 236 --force|force) # Keep "force" for backwards compatibility. 238 237 FORCE_UPGRADE="force" 239 238 ;; 240 239 241 --no-setup) 242 no_setup) # Keep for backwards compatibility. 240 --no-setup|no_setup) # Keep "no_setup" for backwards compatibility. 243 241 DO_SETUP="" 244 242 ;; 245 243 246 --no-cleanup) 247 no_cleanup) # Keep for backwards compatibility. 244 --no-cleanup|no_cleanup) # Keep "no_cleanup" for backwards compatibility. 248 245 # Do not do cleanup of old modules when removing them. For 249 246 # testing purposes only.
Note:
See TracChangeset
for help on using the changeset viewer.