From 5978d25a1ccba90f3605221ca3b23070cf06135f Mon Sep 17 00:00:00 2001 From: Klagarge Date: Thu, 2 Apr 2026 23:20:05 +0200 Subject: [PATCH] doc(lab02): typo --- doc/lab00-env/main.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lab00-env/main.typ b/doc/lab00-env/main.typ index 05a48ed..043e888 100644 --- a/doc/lab00-env/main.typ +++ b/doc/lab00-env/main.typ @@ -31,7 +31,7 @@ Like all package, with `make -menuconfig` command. So, for Linux k === How to generate a custom rootfs? First of all, select the type of filesystem you want to generate in `Filesystem images` section of `make menuconfig`. We can use an overlay to customise our rootfs. -The overlay is a directory (inin the board folder) with the same structure as rootfs and it will merge with the generated rootfs. So, we can add files and directories in the overlay and they will be added to the final rootfs. +The overlay is a directory (in the board folder) with the same structure as rootfs and it will merge with the generated rootfs. So, we can add files and directories in the overlay and they will be added to the final rootfs. === How to use the eMMC card instead of the SD card?