commit: 335834cf05c32ea2a5095faf29bd4514e55aac93
Author: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Sat Jul 15 16:52:16 2023 +0000
Commit: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Sat Jul 15 16:52:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=335834cf
sys-firmware/LenovoLegionLinux: add ewarn for 2022-2023 devices
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>
sys-firmware/LenovoLegionLinux/LenovoLegionLinux-9999.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sys-firmware/LenovoLegionLinux/LenovoLegionLinux-9999.ebuild
b/sys-firmware/LenovoLegionLinux/LenovoLegionLinux-9999.ebuild
index 904b0413e..de5f1723a 100644
--- a/sys-firmware/LenovoLegionLinux/LenovoLegionLinux-9999.ebuild
+++ b/sys-firmware/LenovoLegionLinux/LenovoLegionLinux-9999.ebuild
@@ -103,4 +103,8 @@ pkg_postinst() {
ewarn "Note the CPU and APU control command both for undervolt
an ryzenadj are edit in /etc/legion_linux/.env command"
ewarn "Note: use flag downgrade-nvidia in need for nvidia TDP
control\n"
fi
+ ewarn "Note for 2023-2023 Legion user: It need help for testing the
features"
+ ewarn "Pls test the feature how is decribe in the README of the
project!"
+ ewarn "and also go to this issue in github:
https://github.com/johnfanv2/LenovoLegionLinux/issues/46"
+
}