Skip to content

Instantly share code, notes, and snippets.

View xhyrom's full-sized avatar
🌴
Life is something we all share, just like oxygen in the air

Jozef Steinhübl xhyrom

🌴
Life is something we all share, just like oxygen in the air
View GitHub Profile
@xhyrom
xhyrom / create-pi.sh
Created September 30, 2024 14:28 — forked from vitezfh/create-pi.sh
Void Linux on the Raspberry Pi - SD-card install script for Headless use! Only tested on Zero W
#!/bin/bash
# This makes a readily bootable Voidlinux SD-Card for the raspberrypi
# Sets up some configs, making the Pi connect to wifi and sshd
#
# First boot up takes a very long time (5+ mins even) on a Zero W. Really give it time.
# For remedy on subsequent booting see:
# https://wiki.voidlinux.org/Raspberry_Pi#Enabling_hardware_RNG_device
# SD-Card:
device="/dev/mmcblk0"