prepare-raspbian-sd

Description

This project is designed to initialize your SD cards for your Raspberry.

It downloads the latest version of RaspPI OS if needed and caches it for future use.

It also allows you to pre-configure the SD card with your options even before inserting it into the PI. This is particularly useful when you have no screen or keyboard on the PI, so you can create the administrator account and put your ssh key so that at first start the machine is accessible and secure.

Ce projet est conçu pour initialiser vos cartes SD pour votre Raspberry.

Il télécharge la dernière version de RaspPI OS si nécessaire et la met en cache pour une utilisation future.

Il vous permet également de pré-configurer la carte SD avec vos options avant même de l'insérer dans le PI. Ceci est particulièrement utile lorsque vous n'avez ni écran ni clavier sur le PI, vous pouvez donc créer le compte administrateur et mettre votre clé ssh pour qu'au premier démarrage la machine soit accessible et sécurisée.

Installation

To install, update the following script using the chosen version button, then run:

Pour installer, mettez à jour le script suivant à l’aide du bouton de la version choisie, puis exécutez :



tar -zxf prepare-raspbian-sd-*.tar.gz &&
cd prepare-raspbian-sd/ &&
sudo ./prepare-raspbian-sd-install.sh