Lines Matching full:dm
12 "dm-mod.create=" through the kernel boot command line argument.
23 …dm-mod.create=<name>,<uuid>,<minor>,<flags>,<table>[,<table>+][;<name>,<uuid>,<minor>,<flags>,<tab…
34 The dm line should be equivalent to the one used by the dmsetup tool with the
41 activation of certain DM targets without first using userspace tools to check
59 `thin` constrained, requires dm target message from userspace
60 `thin-pool` constrained, requires dm target message from userspace
73 dm-mod.create="lroot,,,rw, 0 4096 linear 98:16 0, 4096 4096 linear 98:32 0" root=/dev/dm-0
75 This will boot to a rw dm-linear target of 8192 sectors split across two block
79 An example of multiple device-mappers, with the dm-mod.create="..." contents
82 dm-linear,,1,rw,
85 dm-verity,,3,ro,
94 dm-crypt,,8,ro,
101 dm-delay,,4,ro,0 409600 delay /dev/sda1 0 500
105 dm-linear,,,rw,
113 dm-snap-orig,,4,ro,0 409600 snapshot-origin 8:2
117 dm-striped,,4,ro,0 1638400 striped 4 4096
122 dm-verity,,4,ro,
128 devices (MMC, USB, ..), it may be necessary to tell dm-init to
130 device-mapper tables. This can be done with the "dm-mod.waitfor="
133 dm-mod.waitfor=<device1>[,..,<deviceN>]