From d93fb2763c9a1592fe8de75f3dfd9d5ee7b2050a Mon Sep 17 00:00:00 2001 From: david Date: Thu, 16 May 2024 05:28:07 +0100 Subject: [PATCH] Chore: layout typos. --- README_devuan.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README_devuan.md b/README_devuan.md index aafecc6..ff3af23 100644 --- a/README_devuan.md +++ b/README_devuan.md @@ -7,7 +7,7 @@ That project describes itself as ## Pre-built images -Pre-built images for Debian are availble from the original project at [sd-card-images.johang.se](https://sd-card-images.johang.se). +Pre-built images for Debian are available from the original project at [sd-card-images.johang.se](https://sd-card-images.johang.se). There are no pre-built images for Devuan. @@ -36,7 +36,8 @@ These two images are the concatenated to a single image, which is then written t See many appropriate values of BOARD_ID and CHIP_ID at https://sd-card-images.johang.se/. For any valid combination of: - | | | + | Variable | Value | + |----------|-------------------------| | BOARD_ID | e.g. bananapi, pinebook | | CHIP_ID | e.g. allwinner-a10, | | CONFIG | e.g. Bananapi_defconfig | @@ -44,7 +45,7 @@ For any valid combination of: Check that you have a compiler installed for the TUPLE at: ```bash -$(which "${TUPLE}-gcc") +echo $(which "${TUPLE}-gcc") ``` It should report something like: ``` @@ -114,7 +115,8 @@ The image will end up in /tmp/sd-images on the host. ### Build your own Devuan ext4 root filesystem image For any valid combination provided by the distribution: - | | | + | Variable| Value | + |--------------|----------------------| | DISTRIBUTION | Devuan Debian Ubuntu | | ARCH | armhf arm64 i386 amd64 | | RELEASE | e.g. daedalus excalibur ceres bookworm trixie sid |