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
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
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