File tree Expand file tree Collapse file tree 6 files changed +7
-17
lines changed Expand file tree Collapse file tree 6 files changed +7
-17
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,7 @@ modules = [
99# mount_wait = true
1010# mount_timeout = 3
1111
12-
13- [mounts .boot ]
14- type = " vfat"
15- uuid = " BDF2-0139"
12+ auto_mounts = [' /boot' ] # Automatically create mount config for /boot on the host
1613
1714[cryptsetup .root ]
1815header_file = " /boot/luks_header.img"
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ kmod_autodetect_lspci = true
3030# The location of the gpg public key, if using a smartcard and gpg encrypted keyfile
3131# sc_public_key = "/etc/ugrd/pubkey.gpg"
3232
33+ # auto_mounts = ['/boot'] # Automatically create mount config for /boot on the host
34+
3335# Optionally specify the root mountpoint information manually
3436# [mounts.root]
3537# The label of the root filesystem, a uuid or partuuid could be used instead
Original file line number Diff line number Diff line change @@ -6,11 +6,7 @@ modules = [
66 " ugrd.crypto.gpg" ,
77]
88
9- # This is necessary if the keyfile is on another device.
10- # The keyfile could be added as a dependency if it's on the same device.
11- [mounts .boot ]
12- type = " vfat"
13- uuid = " 4886-A631"
9+ auto_mounts = [' /boot' ] # Automatically create mount config for /boot on the host
1410
1511# Information about the LUKS volume
1612[cryptsetup .root ]
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ modules = [
77 " ugrd.kmod.standard_mask"
88]
99
10-
1110# Device mapper autodetection is enabled by default
1211# autodetect_root_luks = true
1312
Original file line number Diff line number Diff line change @@ -16,16 +16,14 @@ cryptsetup_key_type = "gpg"
1616# The gpg module uses agetty on tty1 so this must be overridden
1717primary_console = " ttyS1"
1818
19+ auto_mounts = [' /boot' ] # Automatically create mount config for /boot on the host
20+
1921# Define console information
2022[console .ttyS1 ]
2123baud = 115_200
2224type = " vt100"
2325local = true
2426
25- [mounts .boot ]
26- type = " vfat"
27- uuid = " 4A48-F4DC"
28-
2927[cryptsetup .root1 ]
3028uuid = " 9e04e825-7f60-4171-815a-86e01ec4c4d3"
3129key_file = " /boot/keys/crypt1.gpg"
Original file line number Diff line number Diff line change @@ -13,9 +13,7 @@ sc_public_key = "/etc/ugrd/pubkey.gpg"
1313
1414# This is necessary if the keyfile is on another device.
1515# The keyfile could be added as a dependency. if it's on the same device.
16- [mounts .boot ]
17- type = " vfat"
18- uuid = " 4886-A631"
16+ auto_mounts = [' /boot' ] # Automatically create mount config for /boot on the host
1917
2018# Information about the LUKS volume
2119[cryptsetup .root ]
You can’t perform that action at this time.
0 commit comments