From bb737ed482408a1b369ece934724807d85f803ca Mon Sep 17 00:00:00 2001 From: Administrator Date: Tue, 5 Nov 2019 23:52:02 +0000 Subject: [PATCH] docs: update Archguide --- Archguide.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Archguide.md b/Archguide.md index 244a39f..5d9055b 100644 --- a/Archguide.md +++ b/Archguide.md @@ -2,7 +2,7 @@ title: Arch Linux Install guide description: published: true -date: 2019-11-05T23:46:27.064Z +date: 2019-11-05T23:52:01.954Z tags: --- @@ -98,7 +98,8 @@ While we are in the subject of the kernel options cmdline, let's enter... #### The PARTUUID dilemma -> Using partition names to boot instead of their unique indetifiers will cause the OS not to boot if (when) the partition count or disk order of the computer changes. It may change even across reboots. To avoid this issue, extract your partition's `PARTUUID` using `blkid` and edit your options line accordingly. +> Using partition names to boot instead of their unique indetifiers will cause the OS not to boot if (when) the partition count or disk order of the computer changes. +> It may change even across reboots. To avoid this issue, extract your partition's `PARTUUID` using `blkid` and edit your options line accordingly. {.is-danger} ``` @@ -172,6 +173,15 @@ Read the [pacman rosetta](https://wiki.archlinux.org/index.php/Pacman/Rosetta). TL;DR, `pacman -Syu thingy1 thingy2 ...` to install thingy1 and thingy2. +## sudo doesn't work +It works, you are just not allowed to run commands as root. + +Login as root and edit /etc/sudoers. +`nano /etc/sudoers` + +Uncomment (remove the #) from this line near the end of the file. +`# %wheel ALL=(ALL) ALL` + ## Laptops ### TLP This daemon tunes tunables inside the heavily tunable Linux kernel so you have a semblance of battery life.