diff options
author | Erich Eckner <git@eckner.net> | 2018-05-08 06:18:58 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-05-08 06:19:15 +0200 |
commit | 78a6855152d4e64206624c06907352094411b5c2 (patch) | |
tree | 63feca47184503898710297544628c362f8929ab | |
parent | d84f6dd4e9a271175dc722006589aba007b4eed9 (diff) | |
download | packages-78a6855152d4e64206624c06907352094411b5c2.tar.xz |
core/filesystem: /usr/lib/os-release should be arch32, not arch
-rw-r--r-- | core/filesystem/os-release | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/filesystem/os-release b/core/filesystem/os-release new file mode 100644 index 00000000..f598b925 --- /dev/null +++ b/core/filesystem/os-release @@ -0,0 +1,8 @@ +NAME="Arch Linux 32" +PRETTY_NAME="Arch Linux 32" +ID=arch32 +ID_LIKE=archlinux32 +ANSI_COLOR="0;36" +HOME_URL="https://www.archlinux32.org/" +SUPPORT_URL="https://bbs.archlinux32.org/" +BUG_REPORT_URL="https://bugs.archlinux32.org/" |