From 0e8ed8c2c9614a0812723d687ec91ea081beb550 Mon Sep 17 00:00:00 2001 From: illiliti Date: Tue, 14 Apr 2020 06:20:38 +0300 Subject: [PATCH] fix typos --- README.md | 4 ++-- config | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7d3b2ec..c509ded 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ compress="" # root # -# supported - PARTUUID, DEVICE, LABEL, PARTUUID +# supported - PARTUUID, DEVICE, LABEL, UUID # example - # root="/dev/sda1" # root="PARTUUID=35f923c5-083a-4950-a4da-e611d0778121" @@ -153,7 +153,7 @@ luks=0 # LUKS encrypted root # -# supported - PARTUUID, DEVICE, LABEL, PARTUUID +# supported - PARTUUID, DEVICE, LABEL, UUID # example - # luks_root="/dev/sda1" # luks_root="PARTUUID=35f923c5-083a-4950-a4da-e611d0778121" diff --git a/config b/config index a17aedd..b2d5629 100644 --- a/config +++ b/config @@ -44,7 +44,7 @@ compress="" # root # -# supported - PARTUUID, DEVICE, LABEL, PARTUUID +# supported - PARTUUID, DEVICE, LABEL, UUID # example - # root="/dev/sda1" # root="PARTUUID=35f923c5-083a-4950-a4da-e611d0778121" @@ -114,7 +114,7 @@ luks=0 # LUKS encrypted root # -# supported - PARTUUID, DEVICE, LABEL, PARTUUID +# supported - PARTUUID, DEVICE, LABEL, UUID # example - # luks_root="/dev/sda1" # luks_root="PARTUUID=35f923c5-083a-4950-a4da-e611d0778121"