mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
This does not have a new version number (there is a new date), and is only for solusos,
so all other distro maintainer can ignore this update. New tarball. Adds support for solusos-release distro file in /etc/.
This commit is contained in:
parent
9e195afcc3
commit
7b67885e42
6
inxi
6
inxi
|
@ -2,7 +2,7 @@
|
||||||
########################################################################
|
########################################################################
|
||||||
#### Script Name: inxi
|
#### Script Name: inxi
|
||||||
#### Version: 1.9.14
|
#### Version: 1.9.14
|
||||||
#### Date: August 20 2013
|
#### Date: September 10 2013
|
||||||
#### Patch Number: 00
|
#### Patch Number: 00
|
||||||
########################################################################
|
########################################################################
|
||||||
#### SPECIAL THANKS
|
#### SPECIAL THANKS
|
||||||
|
@ -544,12 +544,12 @@ CN=''
|
||||||
### Distro Data
|
### Distro Data
|
||||||
# In cases of derived distros where the version file of the base distro can also be found under /etc,
|
# In cases of derived distros where the version file of the base distro can also be found under /etc,
|
||||||
# the derived distro's version file should go first. (Such as with Sabayon / Gentoo)
|
# the derived distro's version file should go first. (Such as with Sabayon / Gentoo)
|
||||||
DISTROS_DERIVED="antix-version aptosid-version kanotix-version knoppix-version mandrake-release pardus-release sabayon-release siduction-version sidux-version turbolinux-release zenwalk-version"
|
DISTROS_DERIVED="antix-version aptosid-version kanotix-version knoppix-version mandrake-release pardus-release sabayon-release siduction-version sidux-version solusos-release turbolinux-release zenwalk-version"
|
||||||
# debian_version excluded from DISTROS_PRIMARY so Debian can fall through to /etc/issue detection. Same goes for Ubuntu.
|
# debian_version excluded from DISTROS_PRIMARY so Debian can fall through to /etc/issue detection. Same goes for Ubuntu.
|
||||||
DISTROS_EXCLUDE_LIST="debian_version ubuntu_version"
|
DISTROS_EXCLUDE_LIST="debian_version ubuntu_version"
|
||||||
DISTROS_PRIMARY="arch-release gentoo-release redhat-release slackware-version SuSE-release"
|
DISTROS_PRIMARY="arch-release gentoo-release redhat-release slackware-version SuSE-release"
|
||||||
DISTROS_LSB_GOOD="mandrake-release mandriva-release mandrakelinux-release"
|
DISTROS_LSB_GOOD="mandrake-release mandriva-release mandrakelinux-release"
|
||||||
# this is being used both by core distros and derived distros now, eg, solusos uses it for solusos id, while
|
# this is being used both by core distros and derived distros now, eg, solusos 1 uses it for solusos id, while
|
||||||
# debian, solusos base, uses it as well, so we have to know which it is.
|
# debian, solusos base, uses it as well, so we have to know which it is.
|
||||||
DISTROS_OS_RELEASE_GOOD="arch-release SuSE-release"
|
DISTROS_OS_RELEASE_GOOD="arch-release SuSE-release"
|
||||||
## Distros with known problems
|
## Distros with known problems
|
||||||
|
|
|
@ -1,3 +1,17 @@
|
||||||
|
=====================================================================================
|
||||||
|
Version: 1.9.14
|
||||||
|
Patch Version: 00
|
||||||
|
Script Date: September 10 2013
|
||||||
|
-----------------------------------
|
||||||
|
Changes:
|
||||||
|
-----------------------------------
|
||||||
|
This does not have a new version number (there is a new date), and is only for solusos,
|
||||||
|
so all other distro maintainer can ignore this update. New tarball. Adds support for
|
||||||
|
solusos-release distro file in /etc/.
|
||||||
|
|
||||||
|
-----------------------------------
|
||||||
|
-- Harald Hope - Tue, 10 Sep 2013 10:49:29 -0700
|
||||||
|
|
||||||
=====================================================================================
|
=====================================================================================
|
||||||
Version: 1.9.14
|
Version: 1.9.14
|
||||||
Patch Version: 00
|
Patch Version: 00
|
||||||
|
|
Loading…
Reference in a new issue