File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11config WORKFLOW_DATA_DEVICE_ENABLE_CUSTOM
22 bool "Enable custom device to use to create the workflow data parition"
33 help
4- Only enable this if you want to override the defaut data device.
4+ Enable this if you want to override the default data device.
55 Typically we have enough heuristics with kconfig to get this right
66 for you.
77
@@ -13,15 +13,15 @@ config WORKFLOW_DATA_DEVICE_ENABLE_CUSTOM
1313 System install. This lets you easily re-OS a system and keep the
1414 data workflow around.
1515
16- This options lets you specify the device name to use to create the
16+ This option lets you specify the device name to use to create the
1717 workflow data partition used. The type of data placed on this
1818 partition conists of git trees cloned, for example the Linux kernel
1919 sources if you are developing on Linux, or the fstests git tree if
2020 you are testing fstests. Additionally configuration data used for
2121 your target workflows.
2222
2323config WORKFLOW_DATA_DEVICE_CUSTOM
24- string "Custom device to use to create the workflow data parition "
24+ string "Custom device to use to create the workflow data partition "
2525 default "/dev/nvme0n1"
2626 depends on WORKFLOW_DATA_DEVICE_ENABLE_CUSTOM
2727 help
You can’t perform that action at this time.
0 commit comments