diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2022-05-08 08:41:35 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2022-05-09 06:17:12 -0400 |
commit | 050ee779f48c070d2ccc4fe09fa55f8c8e84b177 (patch) | |
tree | 8af33cd198775c83de774327dfe96c20eb5ef7e4 /libre/filesystem/os-release | |
parent | 5834671504548185dd5dfcb9ed5de921bbbb2fce (diff) | |
download | abslibre-050ee779f48c070d2ccc4fe09fa55f8c8e84b177.tar.gz abslibre-050ee779f48c070d2ccc4fe09fa55f8c8e84b177.tar.bz2 abslibre-050ee779f48c070d2ccc4fe09fa55f8c8e84b177.zip |
[filesystem]: upgrade to v2021.12.07
* revised nsswitch.conf rules for systemd
* arch dropped the empty motd;
so i added a pretty one for parabola instead
* added VARIANT_ID to the os-release file
as a reliable way to determine the init-system
the rest of the changes were only to minimize the diff
against the arch PKGBUILD
Diffstat (limited to 'libre/filesystem/os-release')
-rw-r--r-- | libre/filesystem/os-release | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libre/filesystem/os-release b/libre/filesystem/os-release index 901694f99..60b0adc05 100644 --- a/libre/filesystem/os-release +++ b/libre/filesystem/os-release @@ -3,6 +3,8 @@ PRETTY_NAME="Parabola GNU/Linux-libre" ID=parabola ID_LIKE=arch BUILD_ID=rolling +VARIANT="@VARIANT@" +VARIANT_ID="@VARIANT_ID@" ANSI_COLOR="1;35" HOME_URL="https://www.parabola.nu/" DOCUMENTATION_URL="https://wiki.parabola.nu/" |