Generate cloud-init files for Raspberry Pi OS without re-downloading images
dev.to·3d·
Discuss: DEV
🥧Raspberry Pi
Preview
Report Post

Introduction

Raspberry Pi recently introduced cloud-init support in their official Raspberry Pi OS images. This is a big step forward because cloud-init allows users to preconfigure devices before first boot, including Wi-Fi credentials, users, SSH access, locale, and more.

However, there is a practical problem with the current workflow provided by the official Raspberry Pi Imager. Advanced customization options are only available when you select Raspberry Pi OS from the official OS list inside the imager. If you instead flash a locally downloaded image using the Custom Image option, those configuration options disappear.

For users with limited bandwidth, slow connections, or frequent cache cleanups, this becomes frustrating very quickly.

This article explains the …

Similar Posts

Loading similar posts...