File tree 1 file changed +3
-2
lines changed
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.
90
90
91
91
### Generating a `.config` file
92
92
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
94
94
of script execution.
95
95
96
96
If you have a `linux-cross` image lying around you can use that and skip the
@@ -122,7 +122,7 @@ $ bash ./cross-apt-packages.sh
122
122
$ bash ./crosstool-ng.sh
123
123
```
124
124
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
126
126
to the container. `crosstool-ng` will automatically load `./.config` if
127
127
present. Otherwise one can use the TUI to load any config-file.
128
128
@@ -135,6 +135,7 @@ $ docker cp arm-linux-gnueabi.config drunk_murdock:/tmp/.config
135
135
section and come back.
136
136
137
137
```
138
+ $ cd /tmp/
138
139
$ ct-ng menuconfig
139
140
```
140
141
You can’t perform that action at this time.
0 commit comments