diff --git a/examples/lsb-release-jammy b/examples/lsb-release-jammy new file mode 100644 index 00000000..87045df4 --- /dev/null +++ b/examples/lsb-release-jammy @@ -0,0 +1,4 @@ +DISTRIB_ID=Ubuntu +DISTRIB_RELEASE=22.04 +DISTRIB_CODENAME=jammy +DISTRIB_DESCRIPTION="Ubuntu 22.04 LTS" diff --git a/examples/lsb-release-noble b/examples/lsb-release-noble new file mode 100644 index 00000000..bfd9cff2 --- /dev/null +++ b/examples/lsb-release-noble @@ -0,0 +1,4 @@ +DISTRIB_ID=Ubuntu +DISTRIB_RELEASE=24.04 +DISTRIB_CODENAME=noble +DISTRIB_DESCRIPTION="Ubuntu Noble Numbat (development branch)"