Changeset 5595 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Oct 31, 2007 10:29:32 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 25884
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/VBoxSysInfo.sh
r5593 r5595 19 19 # found to be "of interest". 20 20 get_linux_info () { 21 if [ -r /etc/lsb-release ] && grep Ubuntu /etc/lsb-release 2>&1 >/dev/null21 if [ -r /etc/lsb-release ] && grep Ubuntu /etc/lsb-release >/dev/null 2>&1 22 22 then 23 23 # Ubuntu-based system
Note:
See TracChangeset
for help on using the changeset viewer.