herausfinden, welche Distribution verwendet wird...
herausfinden, welche Distribution verwendet wird...
Hallo,
weiß jemand, wie ich innerhalb eines Skriptes rauskriegen kann, welche Distribution gerade verwendet wird?
danke schonmal!
ciao,
bongoMan
weiß jemand, wie ich innerhalb eines Skriptes rauskriegen kann, welche Distribution gerade verwendet wird?
danke schonmal!
ciao,
bongoMan
Code: Alles auswählen
cat /etc/issue
_________________________________________________
Linux HowTo's, Programmierung, Wallpapers und 3D:
http://www.neoBerserker.de
Linux HowTo's, Programmierung, Wallpapers und 3D:
http://www.neoBerserker.de
Hi,
/etc/lsb-release enthält auf SuSE 10.0 bloß folgendes:
LSB_VERSION="core-2.0-noarch:core-3.0-noarch:core-2.0-ia32:core-3.0-ia32"
auf RedHat:
LSB_VERSION="1.3"
auf SuSE 9.2 existiert die Datei nicht....
Das Skript soll ja rausfinden, welche Distribution verwendet wird, deshalb wär's schon wichtig, daß das Befehl auch auf jeder funktioniert... /etc/issue wär auf allen von mir getesteten Distris da gewesen, aber solche Zusätze wie "Welcome to" sind natürlich störend...
ciao!
bongoMan
/etc/lsb-release enthält auf SuSE 10.0 bloß folgendes:
LSB_VERSION="core-2.0-noarch:core-3.0-noarch:core-2.0-ia32:core-3.0-ia32"
auf RedHat:
LSB_VERSION="1.3"
auf SuSE 9.2 existiert die Datei nicht....
Das Skript soll ja rausfinden, welche Distribution verwendet wird, deshalb wär's schon wichtig, daß das Befehl auch auf jeder funktioniert... /etc/issue wär auf allen von mir getesteten Distris da gewesen, aber solche Zusätze wie "Welcome to" sind natürlich störend...
ciao!
bongoMan
Auf meinem Debian spuckt "lsb_release" folgendes aus:
Code: Alles auswählen
LSB Version: core-2.0-noarch:core-3.0-noarch:core-3.1-noarch: core-2.0-ia32:core-3.0-ia32:core-3.1-ia32:cxx-2.0-noarch:cxx-3.0-noarch: cxx-3.1-noarch:cxx-2.0-ia32:cxx-3.0-ia32:cxx-3.1-ia32:graphics-2.0-noarch: graphics-3.0-noarch:graphics-3.1-noarch:graphics-2.0-ia32:graphics-3.0-ia32: graphics-3.1-ia32:desktop-3.1-noarch:desktop-3.1-ia32
Code: Alles auswählen
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux testing (etch)
Release: testing
Codename: etch
MfG GoKi
:wq
:wq