mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
app-laptop/framework_tool: Remove obsolete elog messages for Ryzen 7040
The issue documented by the elog messages has been fixed in a previous Linux kernel release. Now that Linux 6.12 branch, which contains this fix, has been stabilized by Gentoo, users of the latest stable Gentoo kernels no longer need to take any action for this issue. Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2023-2024 Gentoo Authors
|
||||
# Copyright 2023-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -107,15 +107,3 @@ src_install() {
|
||||
dobin "$(cargo_target_dir)/framework_tool"
|
||||
einstalldocs
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
[[ -n ${REPLACING_VERSIONS} ]] && return
|
||||
elog "Framework Laptop 13 Ryzen 7040 Series users might need to"
|
||||
elog "follow these steps to use most features of framework_tool:"
|
||||
elog
|
||||
elog "1. Disable kernel_lockdown(7)"
|
||||
elog "2. Run 'framework_tool' with option '--driver portio'"
|
||||
elog
|
||||
elog "For more information, please consult:"
|
||||
elog " https://github.com/FrameworkComputer/framework-system/issues/20"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user