From ac1758c2ec938c560656f7ec8033ad4cf6dc6954 Mon Sep 17 00:00:00 2001
From: Waffelo
Date: Fri, 18 Apr 2025 16:19:36 +0200
Subject: [PATCH] added option tags
---
articles/thinkpad-gentoo-install.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/articles/thinkpad-gentoo-install.html b/articles/thinkpad-gentoo-install.html
index 954135b..f104465 100644
--- a/articles/thinkpad-gentoo-install.html
+++ b/articles/thinkpad-gentoo-install.html
@@ -265,7 +265,7 @@ export PS1="(chroot) ${PS1}"
-firmware in the /etc/portage/package.use/sys-kernel file.
- I need linux firmware
+ (Option 1:) I need linux firmware
If you use proprietary drivers, you will need the firmware. You need to add ~amd64
keyword to the package.accept_keywords file.
Adding ~amd64 to the /etc/portage/package.accept_keywords/sys-kernel
@@ -279,7 +279,7 @@ export PS1="(chroot) ${PS1}"
emerge sys-kernel/linux-firmware
- I don't need linux firmware
+ (Option 2:) I don't need linux firmware
If you are based and you use devices with free drivers, then you will need to put -firmware
flag to the package.use.
echo "sys-kernel/genkernel -firmware" >> /etc/portage/package.use/sys-kernel