Skip to content

Commit 3af05c5

Browse files
committed
fix typo
1 parent 111f1fd commit 3af05c5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

en/src/content/docs/guides/building-openfyde.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,11 @@ $ cros build-packages --board=xpressreal-openfyde --no-withautotest
192192
# Append "--no-withautotest" to speed up the build process by skipping some tests
193193
```
194194

195+
:::note
196+
If `termina-dlc` was failed to build, add `termina-dlc` to `DLC_FACTORY_INSTALL` in `chromite/lib/dlc_allowlist.py` and retry.
197+
198+
:::
199+
195200
It may take hours depending on your processor power, your memory size, your disk speed and the quality of your internet connection. Here are some examples for you to adjust your expectations:
196201

197202
- On a decent machine with 4 cores 8 threads, 16GB memory, files on regular HDD, and 100Mb broadband, it takes about 15 to 16 hours for the command to finish.
@@ -209,11 +214,6 @@ $ cros build-image --board xpressreal-openfyde --no-enable-rootfs-verification
209214

210215
It may take 10 to 30 minutes, mainly depending on the speed of your disk. It will be much faster on SSD than on HDD.
211216

212-
:::note
213-
If `termina-dlc` was failed to install, add `terminal-dlc` to `DLC_FACTORY_INSTALL` in `chromite/lib/dlc_allowlist.py` and retry.
214-
215-
:::
216-
217217
### Find your image
218218

219219
After the command finished successfully, you will have disk images generated, saved under the`/mnt/host/source/src/build/images/xpressreal-openfyde/` directory in the chroot, or `r132/src/build/images/xpressreal-openfyde` in the host OS. These two are the same directory, just bind mounted in the chroot.

0 commit comments

Comments
 (0)