Commit 7dddfcd2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

distro_info: set rolling version for ArchLinux

parent 1a421f49
...@@ -177,12 +177,10 @@ elif distro os-release && hascommand xbps-query ; then ...@@ -177,12 +177,10 @@ elif distro os-release && hascommand xbps-query ; then
DISTRIB_ID="VoidLinux" DISTRIB_ID="VoidLinux"
DISTRIB_RELEASE="Live" DISTRIB_RELEASE="Live"
# TODO: use standart /etc/os-release or lsb
elif distro arch-release ; then elif distro arch-release ; then
DISTRIB_ID="ArchLinux" DISTRIB_ID="ArchLinux"
DISTRIB_RELEASE="2010" DISTRIB_RELEASE="rolling"
if grep 2011 -q $ROOTDIR/etc/pacman.d/mirrorlist ; then
DISTRIB_RELEASE="2011"
fi
# Elbrus # Elbrus
elif distro mcst_version ; then elif distro mcst_version ; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment