]> git.proxmox.com Git - pve-docs.git/commitdiff
pct: guest OS cfg: mention /etc/os-release
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 14 Feb 2020 16:26:41 +0000 (17:26 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 14 Feb 2020 16:26:41 +0000 (17:26 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pct.adoc

index 27db7a63f8b04795059e5df63b665b3041bfc6f1..9bedab7754edeae4484483745c784d256fc7705f 100644 (file)
--- a/pct.adoc
+++ b/pct.adoc
@@ -622,7 +622,12 @@ distributions and versions. You can completely disable modifications by
 manually setting the `ostype` to `unmanaged`.
 
 OS type detection is done by testing for certain files inside the
-container:
+container. {pve} first checks the `/etc/os-release` file
+footnote:[/etc/os-release replaces the multitude of per-distribution
+release files https://manpages.debian.org/stable/systemd/os-release.5.en.html].
+If that file is not present, or it does not contain a clearly recognizable
+distribution identifier the following distribution specific release files are
+checked.
 
 Ubuntu:: inspect /etc/lsb-release (`DISTRIB_ID=Ubuntu`)