File tree Expand file tree Collapse file tree 4 files changed +5
-12
lines changed Expand file tree Collapse file tree 4 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,7 @@ modules = [
1313
1414[mounts .boot ]
1515type = " vfat"
16-
17- [mounts .boot .source ]
18- uuid = " BDF2-0139"
16+ uuid = " BDF2-0139"
1917
2018[cryptsetup .root ]
2119header_file = " /boot/luks_header.img"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -25,9 +25,7 @@ local = true
2525
2626[mounts .boot ]
2727type = " vfat"
28-
29- [mounts .boot .source ]
30- uuid = " 4A48-F4DC"
28+ uuid = " 4A48-F4DC"
3129
3230[cryptsetup .root1 ]
3331uuid = " 9e04e825-7f60-4171-815a-86e01ec4c4d3"
Original file line number Diff line number Diff 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 ]
2424type = " vfat"
25-
26- [mounts .boot .source ]
27- uuid = " 4886-A631"
25+ uuid = " 4886-A631"
2826
2927# Information about the LUKS volume
3028[cryptsetup .root ]
You can’t perform that action at this time.
0 commit comments