From bddc861101928ad28afa13708a7f43b885cff0ab Mon Sep 17 00:00:00 2001 From: narze's bot Date: Sat, 5 Oct 2024 14:32:19 +0000 Subject: [PATCH] Changes: "src/content/second-brain/Prepare --- .../Prepare Raspberry Pi SD Card with Ubuntu & Cloud Init.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/second-brain/Prepare Raspberry Pi SD Card with Ubuntu & Cloud Init.md b/src/content/second-brain/Prepare Raspberry Pi SD Card with Ubuntu & Cloud Init.md index b384bc2..038a74c 100644 --- a/src/content/second-brain/Prepare Raspberry Pi SD Card with Ubuntu & Cloud Init.md +++ b/src/content/second-brain/Prepare Raspberry Pi SD Card with Ubuntu & Cloud Init.md @@ -8,7 +8,7 @@ filepath: src/content/second-brain/Prepare Raspberry Pi SD Card with Ubuntu & Cl I wanted to setup a new Raspberry Pi machine with pre-configured Wifi & SSH. I also wanted to install Docker. I found a way to do this using [cloud-init](https://cloud-init.io) which is pre-installed on Ubuntu. -To do this, I used the Ubuntu for Raspberry Pi image and cloud-init. I also used the flash tool to flash the image to the Micro SD card. +To do this, I used the [Ubuntu for Raspberry Pi](https://ubuntu.com/download/raspberry-pi) image and cloud-init. I also used the flash tool to flash the image to the Micro SD card. To configure cloud-init, I created a `user-data` file with the following content: