mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
commit
c653d6a7e8
1 changed files with 2 additions and 0 deletions
|
@ -776,6 +776,8 @@ __gather_linux_system_info() {
|
||||||
elif [ "${DISTRO_NAME}" = "Arch" ]; then
|
elif [ "${DISTRO_NAME}" = "Arch" ]; then
|
||||||
DISTRO_NAME="Arch Linux"
|
DISTRO_NAME="Arch Linux"
|
||||||
return
|
return
|
||||||
|
elif [ "${DISTRO_NAME}" = "Raspbian" ]; then
|
||||||
|
DISTRO_NAME="Debian"
|
||||||
fi
|
fi
|
||||||
rv=$(lsb_release -sr)
|
rv=$(lsb_release -sr)
|
||||||
[ "${rv}" != "" ] && DISTRO_VERSION=$(__parse_version_string "$rv")
|
[ "${rv}" != "" ] && DISTRO_VERSION=$(__parse_version_string "$rv")
|
||||||
|
|
Loading…
Add table
Reference in a new issue