Browse Source

[filesystem] Add ubuntu as supported distribution.

ander/os_version_debian_sid
sparrowhawk 2 years ago
parent
commit
4156fea900
No known key found for this signature in database
GPG Key ID: 6778C9C29C02D691
  1. 2
      cdist/conf/type/__filesystem/explorer/lsblk

2
cdist/conf/type/__filesystem/explorer/lsblk vendored

@ -27,7 +27,7 @@ else
fi
case "$os" in
alpine|centos|fedora|redhat|suse|gentoo)
alpine|centos|fedora|gentoo|redhat|suse|ubuntu)
if [ ! -x "$(command -v lsblk)" ]; then
echo "lsblk is required for __filesystem type" >&2
exit 1

Loading…
Cancel
Save