From b0034f0de5fa1537707fb22bdd8b4061d729415e Mon Sep 17 00:00:00 2001 From: Waffelo Date: Fri, 18 Apr 2025 17:32:33 +0200 Subject: [PATCH] fixed issues --- articles/thinkpad-gentoo-install.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/articles/thinkpad-gentoo-install.html b/articles/thinkpad-gentoo-install.html index f104465..5237dd6 100644 --- a/articles/thinkpad-gentoo-install.html +++ b/articles/thinkpad-gentoo-install.html @@ -333,7 +333,6 @@ UUID=75fca4da-eb35-47f7-8696-ae9bbcf1c75c none swap defaults

If you want to use internet on your device, you will need to install this dhcp server and set startup of the service on the system boot.

emerge --ask net-misc/dhcpcd

-

emerge --ask net-misc/dhcpcd

rc-service dhcpcd start


@@ -347,6 +346,7 @@ UUID=75fca4da-eb35-47f7-8696-ae9bbcf1c75c none swap defaults

emerge --ask sys-fs/btrfs-progs sys-fs/e2fsprogs net-misc/chrony app-shells/bash-completion sys-apps/mlocate sys-process/dcron

Now enable the chrony service if you have installed it.

rc-update add chronyd default

+

rc-update add dcron default

If you want to use wifi on your computer, you should also install this package.

emerge --ask net-wireless/iw net-wireless/wpa_supplicant


@@ -370,6 +370,10 @@ GRUB_CMDLINE_LINUX='dolvm crypt_root=UUID=52121e1c-c51c-4ffc-92bc-eb6423e736c8 r GRUB_ENABLE_CRYPTODISK=y ... + +

Run this command to install grub.

+

grub-install /dev/sda --target=i386-pc --force

+

Now generate grub config.

grub-mkconfig -o /boot/grub/grub.cfg