fix admonition

This commit is contained in:
Mingyang Li
2026-06-17 21:30:55 -07:00
parent 41b199cc9f
commit 85cd5a7e1e

View File

@@ -184,7 +184,9 @@ You can build everything in Docker instead of preparing native Linux cross toolc
For macOS, run in **stages** and use a **named volume** for the rootfs. For macOS, run in **stages** and use a **named volume** for the rootfs.
> [!NOTE] Why a named volume for the rootfs? > [!NOTE]
> **Why a named volume for the rootfs?**
>
> macOS APFS (the host filesystem behind Docker bind mounts) cannot create device > macOS APFS (the host filesystem behind Docker bind mounts) cannot create device
> files (`mknod`), may strip `setuid` bits, and does not faithfully preserve all > files (`mknod`), may strip `setuid` bits, and does not faithfully preserve all
> Linux filesystem attributes. If the Debian rootfs is stored on APFS the result > Linux filesystem attributes. If the Debian rootfs is stored on APFS the result