Skip to content

Commit 6a08cde

Browse files
committed
fde: Simplify lsblk example.
1 parent 0e9b221 commit 6a08cde

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

src/installation/guides/fde.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -185,15 +185,11 @@ Next, the kernel needs to be configured to find the encrypted device. First,
185185
find the UUID of the device.
186186

187187
```
188-
# lsblk -f
189-
NAME FSTYPE LABEL UUID MOUNTPOINT
190-
sda
191-
└─sda1 crypto_LUKS 135f3c06-26a0-437f-a05e-287b036440a4
192-
└─voidvm LVM2_member gjOBNB-SXiK-qcGn-uHxp-ZdBZ-14wd-4FIL7p
193-
├─voidvm-root xfs root b4e4aa35-e819-42a4-bbfc-cdcd74f1df8a /
194-
├─voidvm-swap swap 1f8e9ca3-65bc-45b8-b7d0-6300587dfcf8 [SWAP]
195-
└─voidvm-home xfs home b6cedb19-d8f6-4629-8519-cd2e7279ec2c /home
196-
sr0
188+
# lsblk -l -o NAME,UUID
189+
NAME UUID
190+
sda
191+
sda1 135f3c06-26a0-437f-a05e-287b036440a4
192+
...
197193
```
198194

199195
Edit the `GRUB_CMDLINE_LINUX_DEFAULT=` line in `/etc/default/grub` and add

0 commit comments

Comments
 (0)