From a8e82b4b55fea658427c295d9d02db463d71f486 Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Sun, 18 Oct 2020 11:27:24 +0200 Subject: [PATCH] added os-release Signed-off-by: Michel-FK --- FunKey/board/funkey/rootfs-overlay/etc/os-release | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 FunKey/board/funkey/rootfs-overlay/etc/os-release diff --git a/FunKey/board/funkey/rootfs-overlay/etc/os-release b/FunKey/board/funkey/rootfs-overlay/etc/os-release new file mode 100644 index 0000000..1ce6466 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/etc/os-release @@ -0,0 +1,12 @@ +NAME="FunKey-OS" +VERSION="0.6 (Khaki Kitten)" +ID=funkey +ID_LIKE=buildroot +PRETTY_NAME="FunKey-OS 0.6" +VERSION_ID="0.6" +HOME_URL="https://www.funkey-project.com/" +SUPPORT_URL="https://www.funkey-project.com/" +BUG_REPORT_URL="https://www.funkey-project.com/" +PRIVACY_POLICY_URL="https://www.funkey-project.com" +VERSION_CODENAME=khaki +UBUNTU_CODENAME=khaki