fix typos

This commit is contained in:
illiliti 2020-04-14 06:20:38 +03:00
parent a871eae710
commit 0e8ed8c2c9
2 changed files with 4 additions and 4 deletions

View File

@ -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"

4
config
View File

@ -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"