From 5ad68a6f76808e4e9a9091aab6a8c2ff28cc2d54 Mon Sep 17 00:00:00 2001 From: Johan Gunnarsson Date: Mon, 5 Jun 2023 10:04:31 +0200 Subject: [PATCH] README: Fix Docker build instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca2535e..a91ab53 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ These two images are the concatenated to a single image, which is then written t To build a boot image for Raspberry Pi 3 B: - docker build -t sd-images https://github.com/johang/sd-card-images.git sd-images + docker build -t sd-images https://github.com/johang/sd-card-images.git mkdir -p /tmp/sd-images docker run --rm -v /tmp/sd-images:/artifacts sd-images build-boot raspberrypi_3b bcm2837 rpi_3_defconfig aarch64-linux-gnu @@ -32,7 +32,7 @@ The image will end up in /tmp/sd-images on the host. To build a Debian ext4 root filesystem image for arm64: - docker build -t sd-images https://github.com/johang/sd-card-images.git sd-images + docker build -t sd-images https://github.com/johang/sd-card-images.git mkdir -p /tmp/sd-images docker run --rm -v /tmp/sd-images:/artifacts sd-images build-debian debian arm64 buster