Skip to content

Commit 4bf07f1

Browse files
Update source/linux/Foundational_Components/System_Security/Auth_boot.rst
Co-authored-by: Randolph Sapp <[email protected]> Signed-off-by: ti-kamlesh <[email protected]>
1 parent ba68498 commit 4bf07f1

File tree

1 file changed

+1
-1
lines changed
  • source/linux/Foundational_Components/System_Security

1 file changed

+1
-1
lines changed

source/linux/Foundational_Components/System_Security/Auth_boot.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ The following steps describe how to build user-space tools and configuration on
173173
cryptsetup luksFormat /dev/mmcblk1p3 --key-file=/home/pass_key --batch-mode
174174
cryptsetup luksOpen /dev/mmcblk1p3 crypt_root --key-file=/home/pass_key
175175
176-
# Use following commands for further debug to know if something went wrong
176+
# Use following commands to verify the status of the LUKS device
177177
cryptsetup -v status crypt_root #Status Check
178178
cryptsetup luksDump /dev/mmcblk1p3 #Dump Headers
179179

0 commit comments

Comments
 (0)