This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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" |