File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ how to generate them, and how the existing ones were generated.
9090
9191### Generating a `.config` file
9292
93- **NOTE:** Existing Dockerfiles can be a good guide for the process and order
93+ **NOTE:** Existing Dockerfiles can also be a good guide for the process and order
9494of script execution.
9595
9696If you have a `linux-cross` image lying around you can use that and skip the
@@ -122,7 +122,7 @@ $ bash ./cross-apt-packages.sh
122122$ bash ./crosstool-ng.sh
123123```
124124
125- - In case you cant to adjust or start from an existing config, copy that
125+ - In case you want to adjust or start from an existing config, copy that
126126 to the container. `crosstool-ng` will automatically load `./.config` if
127127 present. Otherwise one can use the TUI to load any config-file.
128128
@@ -135,6 +135,7 @@ $ docker cp arm-linux-gnueabi.config drunk_murdock:/tmp/.config
135135 section and come back.
136136
137137```
138+ $ cd /tmp/
138139$ ct-ng menuconfig
139140```
140141
You can’t perform that action at this time.
0 commit comments