@@ -354,7 +354,7 @@ Similarly `ugrd.kmod.novideo` `nonetwork`, and `nosound` exist to ignore video,
354354
355355` mounts ` : A dictionary containing entries for mounts, with their associated config.
356356
357- ` mounts.root ` is predefined to have a destination of ` /mnt/root ` and defines the root filesystem mount, used by ` switch_root ` .
357+ ` mounts.root ` is predefined to have a destination of ` /target_rootfs ` and defines the root filesystem mount, used by ` switch_root ` .
358358
359359Each mount has the following available parameters:
360360
@@ -413,7 +413,7 @@ Importing this module will run `btrfs device scan` and pull btrfs modules.
413413* ` subvol_selector ` (false) The root subvolume will be selected at runtime based on existing subvolumes. Overridden by ` root_subvol ` .
414414* ` autodetect_root_subvol ` (true) Autodetect the root subvolume, unless ` root_subvol ` or ` subvol_selector ` is set. Depends on ` hostonly ` .
415415* ` root_subvol ` - Set the desired root subvolume.
416- * ` _base_mount_path ` (/mnt/ root_base) Sets where the subvolume selector mounts the base filesytem to scan for subvolumes.
416+ * ` _base_mount_path ` (/root_base) Sets where the subvolume selector mounts the base filesytem to scan for subvolumes.
417417
418418### Cryptographic modules
419419
@@ -488,6 +488,7 @@ Cryptsetup global config:
488488* ` cryptsetup_prompt ` (false) Whether or not to prompt the user to press enter before attempting to unlock a device.
489489* ` cryptsetup_autoretry ` (false) Whether or not to automatically retry mount attempts.
490490* ` cryptsetup_trim ` (false) Whether or not to pass ` --allow-discards ` to cryptsetup (reduces security).
491+ * ` cryptsetup_keyfile_validation ` (true) Whether or not to validate that keyfiles should exist at runtime.
491492
492493##### Key type definitions
493494
0 commit comments