Skip to content

Commit 5a900a2

Browse files
committed
update kmod example to autodetect root
Signed-off-by: Zen <[email protected]>
1 parent ad8c3cc commit 5a900a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/config_kmod.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,10 @@ modules = [
1212
#kernel_version = "6.1.53-gentoo-dist"
1313
kmod_autodetect_lspci = true
1414

15+
# Autodetect the root mountpoint
16+
autodetect_root = true
17+
1518
# Don't validate because a mount is not specified
1619
validate = false
20+
21+

0 commit comments

Comments
 (0)