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"