Skip to content

Commit cc04799

Browse files
tarasmadana-nogikh
authored andcommitted
dashboard/config/linux: fix readme
1 parent d413337 commit cc04799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dashboard/config/linux/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The `baseline` config has `-base` suffix and has `baseline` and `base-config` fe
101101
config is meant to not contain majority of subsystem configs enabled (should just boot and have debugging
102102
configs enabled), however, that is fully controlled by config fragments based on the presence of the `baseline`
103103
feature. In order to facilitate even smaller `-base.config` files, the `base-config` feature is automatically
104-
set for them. Such configs are intended to be used by the config minization procedure.
104+
set for them. Such configs are intended to be used by the config minimization procedure.
105105

106106
The only exception to the declarative nature of the process is USB configs. They are added procedurally, see
107107
`addUSBConfigs` function for details.
@@ -112,7 +112,7 @@ The only exception to the declarative nature of the process is USB configs. They
112112
To update kernel configs:
113113
- change config fragments as necessary (e.g. add additional configs to [subsystems.yml](bits/subsystems.yml) along
114114
with minimal kernel version)
115-
- run `syz-env make configs SOURCEDIR=/path/to/existing/linux/checkout`
115+
- run `./tools/syz-env make configs SOURCEDIR=/path/to/existing/linux/checkout`
116116
(note: it will be mrproper-ed and a number of remotes will be added)
117117
(see [this](/docs/contributing.md#using-syz-env) on how to setup/use `syz-env`)
118118
- check in config fragments and changed kernel configs and send a PR

0 commit comments

Comments
 (0)