Changeset 5740 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Nov 14, 2007 12:29:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/VBoxSysInfo.sh
r5595 r5740 1 1 #!/bin/sh 2 3 # @file 4 # 5 # Installer (Unix-like) 6 # Information about the host system/Linux distribution 7 8 # Copyright (C) 2006-2007 innotek GmbH 9 # 10 # This file is part of VirtualBox Open Source Edition (OSE), as 11 # available from http://www.virtualbox.org. This file is free software; 12 # you can redistribute it and/or modify it under the terms of the GNU 13 # General Public License as published by the Free Software Foundation, 14 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 15 # distribution. VirtualBox OSE is distributed in the hope that it will 16 # be useful, but WITHOUT ANY WARRANTY of any kind. 2 17 3 18 # Print information about a Linux system
Note:
See TracChangeset
for help on using the changeset viewer.