From 85cd5a7e1eea751fd805e91f6c5a6b0f82ac8e1a Mon Sep 17 00:00:00 2001 From: Mingyang Li Date: Wed, 17 Jun 2026 21:30:55 -0700 Subject: [PATCH] fix admonition --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a350b0f..1f11eec 100644 --- a/README.md +++ b/README.md @@ -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. -> [!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 > 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