Skip to content

Enable headless installation of Alpine Linux on Raspberry Pi

License

Notifications You must be signed in to change notification settings

mesca/alpine_headless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alpine headless

Look Ma, no keyboard, no screen!

This is an overlay for Alpine Linux to enable headless installation on Raspberry Pi. There was some previous effort to achieve this purpose, but the proposed solution felt a bit hacky. So here is a cleaner way.

At the time of writing, the af_packet kernel module is missing in the initramfs. There are a couple of related issues and even a fix, but it does not seem to have found its way into a recent release. If you are using Alpine in diskless mode, DHCP will not work, and you will need to provide a static IP address.

Tested on a Raspberry Pi 2B.

Configuration

Edit etc/network/interfaces and/or etc/network/wpa_supplicant/wpa_supplicant.conf to match your needs.

Installation

Build the overlay with ./make.sh and just copy the resulting tarball at the root of your SD card.

Login via SSH with user root and no password, and run setup-alpine as usual.

About

Enable headless installation of Alpine Linux on Raspberry Pi

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages