该/etc/os-release
文件包含以下内容:
PRETTY_NAME="Debian GNU/Linux stretch/sid"
NAME="Debian GNU/Linux"
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
我不清楚这是否streth/sid
意味着不稳定版本。根据 Debian 的文档,sid
意思是unstable
,但是stretch
意思是testing
。
答案1
stretch/sid
in/etc/os-release
意味着在 Stretch 开发周期中进行测试、不稳定或两者的混合。
/etc/os-release
由提供base-files
;我们不会尝试保留特定于测试的版本,与特定于不稳定的版本不同,因此测试和不稳定的版本仅具有当前的测试代号和“sid”。当测试在发布之前冻结时,base-files
会使用发布名称进行更新。