diff --git a/Archguide.md b/Archguide.md index f1731ac..0d0e121 100644 --- a/Archguide.md +++ b/Archguide.md @@ -2,7 +2,7 @@ title: Arch Linux Install guide description: published: true -date: 2019-11-06T00:08:57.015Z +date: 2019-11-08T07:44:19.910Z tags: --- @@ -193,7 +193,7 @@ systemctl mask systemd-rfkill.socket ``` ## 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. +> Using partition names to boot instead of their unique identifiers 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}