From 107f034a6035fa350e39afe76f77a90564f8f275 Mon Sep 17 00:00:00 2001 From: rickellis Date: Fri, 23 Mar 2018 20:16:55 -0600 Subject: [PATCH] Updated docs --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 327ed16..e24c190 100644 --- a/README.md +++ b/README.md @@ -296,13 +296,9 @@ In the next step we will update the boot loader config file. But first, we need $ lsblk -The device node will be something like - - $ /dev/sda2 - You can now get the UUID that corresponds to the root node you just looked up using: - $ blkid /dev/sda2 + $ blkid /dev/sd* You can either write down the UUID (which is painful given the length), or what I prefer to do is pipe the output of the above command to the config file that we will need that information in: