Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidmytton/alpine-linux-headless-raspberrypi
How to deploy Alpine Linux on a headless Raspberry Pi.
https://github.com/davidmytton/alpine-linux-headless-raspberrypi
alpine-linux headless howto linux raspberry-pi raspberry-pi-4
Last synced: about 2 months ago
JSON representation
How to deploy Alpine Linux on a headless Raspberry Pi.
- Host: GitHub
- URL: https://github.com/davidmytton/alpine-linux-headless-raspberrypi
- Owner: davidmytton
- License: apache-2.0
- Archived: true
- Created: 2021-06-23T11:06:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T15:50:08.000Z (over 2 years ago)
- Last Synced: 2024-09-24T02:32:13.451Z (about 2 months ago)
- Topics: alpine-linux, headless, howto, linux, raspberry-pi, raspberry-pi-4
- Language: Shell
- Homepage: https://wiki.alpinelinux.org/wiki/Raspberry_Pi_-_Headless_Installation
- Size: 17.6 KB
- Stars: 25
- Watchers: 3
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Howto: Deploy Alpine Linux on a headless Raspberry Pi
## Deprecated 2022-07-18
This repo is now deprecated in favor of https://github.com/macmpi/alpine-linux-headless-bootstrap
## Readme
The [Alpine Linux
documentation](https://docs.alpinelinux.org/user-handbook/0.1a/Installing/setup_alpine.html)
assumes you have a way to access your system directly, such as via a display
and keyboard. However, there are many cases where you might want to deploy a
headless box, such as on a Raspberry Pi connected via ethernet (or wifi).There are instructions out there for how to install [Alpine Linux on a
Raspberry Pi](https://wiki.alpinelinux.org/wiki/Raspberry_Pi), including how to
deploy on a [headless Raspberry
Pi](https://wiki.alpinelinux.org/wiki/Raspberry_Pi_-_Headless_Installation),
but I found them to be somewhat out of date and inconsistent.This repo packages the overaly file in a repo for version control. The full instructions
are in the [Alpine Wiki
instructions](https://wiki.alpinelinux.org/wiki/Raspberry_Pi_-_Headless_Installation).## Credits
Thanks for the original instructions from the [Alpine Wiki user
sodface](https://wiki.alpinelinux.org/w/index.php?title=Raspberry_Pi_-_Headless_Installation&action=history),
who also hosted the overlay files on their website
([download](http://www.sodface.com/repo/headless.apkovl.tar.gz)). I expanded
and updated these instructions and then added them to GitHub so they can be
easily accessed.