Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
timebertt committed Mar 16, 2021
1 parent 6581b68 commit 5d4c08b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ This repo features a custom [Raspberry Pi OS Lite](https://www.raspberrypi.org/s

1. Download the image from GitHub:
```bash
curl -sSL -o 2021-03-10-raspios-buster-armhf-lite-cloud-init.zip https://github.com/timebertt/gardener/releases/download/2021-03-10/2021-03-10-raspios-buster-armhf-lite-cloud-init.zip && \
unzip -o 2021-03-10-raspios-buster-armhf-lite-cloud-init.zip
ARCH=armhf # either armhf or aarch64 (experimental)
curl -sSL -o 2021-03-16-raspios-buster-$ARCH-lite-cloud-init.zip https://github.com/timebertt/pi-cloud-init/releases/download/2021-03-16/2021-03-16-raspios-buster-$ARCH-lite-cloud-init.zip && \
unzip -o 2021-03-16-raspios-buster-$ARCH-lite-cloud-init.zip
```

2. Mount the `boot` partition (of the `.img` file) to add `user-data`, `meta-data` and optionally `network-config` files to the root of it. Unmount it again, once added.
Expand Down

0 comments on commit 5d4c08b

Please sign in to comment.