Skip to content

Commit a7eae52

Browse files
committed
update examples
Signed-off-by: Zen <[email protected]>
1 parent 328ed6d commit a7eae52

File tree

4 files changed

+5
-12
lines changed

4 files changed

+5
-12
lines changed

examples/detached_headers.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ modules = [
1313

1414
[mounts.boot]
1515
type = "vfat"
16-
17-
[mounts.boot.source]
18-
uuid = "BDF2-0139"
16+
uuid = "BDF2-0139"
1917

2018
[cryptsetup.root]
2119
header_file = "/boot/luks_header.img"

examples/example.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,15 @@ kmod_autodetect_lsmod = true
2828
#sc_public_key = "/etc/ugrd/pubkey.gpg"
2929

3030
# Optionally specify the root mountpoint information manually
31-
#[mounts.root.source]
31+
#[mounts.root]
3232
# The label of the root filesystem, a uuid or partuuid could be used instead
3333
#label = "rootfs"
3434

3535
# This is necessary if the keyfile is on another device.
3636
# The keyfile could be added as a dependency. if it's on the same device.
3737
#[mounts.boot]
3838
#type = "vfat"
39-
# [mounts.boot.source]
40-
# uuid = "4886-A631"
39+
#uuid = "4886-A631"
4140

4241

4342
# If the root is a LUKS volume, specify the LUKS volume information

examples/raid_crypt_serial.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ local = true
2525

2626
[mounts.boot]
2727
type = "vfat"
28-
29-
[mounts.boot.source]
30-
uuid = "4A48-F4DC"
28+
uuid = "4A48-F4DC"
3129

3230
[cryptsetup.root1]
3331
uuid = "9e04e825-7f60-4171-815a-86e01ec4c4d3"

examples/yubikey.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ mount_timeout = 2.5
2222
# The keyfile could be added as a dependency. if it's on the same device.
2323
[mounts.boot]
2424
type = "vfat"
25-
26-
[mounts.boot.source]
27-
uuid = "4886-A631"
25+
uuid = "4886-A631"
2826

2927
# Information about the LUKS volume
3028
[cryptsetup.root]

0 commit comments

Comments
 (0)