We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a612e commit 99795b6Copy full SHA for 99795b6
examples/example.toml
@@ -1,13 +1,15 @@
1
# This config will decrypt the LUKS volume with uuid "fdf442da-0574-4531-98c7-55227a041f1d", mapping it to "/dev/mapper/root"
2
# It will attempt to mount the btrfs volume with label "rootfs" to /mnt/root
3
# It will pull all current kernel modules from lspci -k results
4
+# It will try to process the cmdline and mount the rootfs based on the root= parameter
5
6
modules = [
7
"ugrd.base.base",
8
"ugrd.kmod.kmod",
9
"ugrd.kmod.nosound",
10
"ugrd.kmod.novideo",
11
"ugrd.kmod.nonetwork",
12
+ "ugrd.base.cmdline",
13
# "ugrd.crypto.cryptsetup", # This is included by the gpg module
14
# "ugrd.crypto.gpg", # This is included by the smartcard module
15
# "ugrd.crypto.smartcard",
0 commit comments