21383: Standardize on os-release variables
authorBrett Smith <brett.smith@curii.com>
Tue, 5 Mar 2024 19:16:06 +0000 (14:16 -0500)
committerBrett Smith <brett.smith@curii.com>
Thu, 18 Apr 2024 15:49:25 +0000 (11:49 -0400)
commit25a85651de5be30ac1826ba80ca98e14ce0c067b
treeec1db054557d0bc3bb78a7ffa7f32d79cc5c0a4e
parent764971a604eb248d4b88678f0e2083c9d6ee59ae
21383: Standardize on os-release variables

This script was getting this information three different ways: by
reading /etc/os-release, calling lsb_release, and using its own internal
lookup tables. This is silly. Just read /etc/os-release and use those
variables throughout.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
tools/compute-images/scripts/base.sh