GithubHelp home page GithubHelp logo

hellst0rm / alpine-raspberry-pi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wouldgo/alpine-raspberry-pi

0.0 0.0 0.0 34 KB

Alpine Linux System Install for RPI 2, 3 and 4

Shell 98.56% Dockerfile 1.44%

alpine-raspberry-pi's Introduction

Alpine Raspberry PI

This is a system install of Alpine linux for Raspberry Pi 3B, 3B+ and 4 image ready to burn to an SD card via balenaEtcher (there's no need to gunzip image).

The image automatically setup and configures:

  • root user [pwd: raspberry]
  • pi user [pwd: raspberry]
  • ethernet
  • wifi (edit wpa_supplicant.conf in the boot partition, on first boot it will be copied)
  • bluetooth
  • avahi
  • swap
  • openssh server
  • root partition auto-expand on first boot

Use:

  • run build-image.sh to build a runner docker image. (This is needed only the first time)
  • run docker-build.sh to build the image for Rasperbby Pi.

Config docker-build.sh:

  • default config

    • hostnane=raspberrypi
    • device-name=sda
    • root-password=raspberry
    • tld=lan
    • username=pi
    • user-password=raspberry
    • locale=us-us
    • timezone=UTC
    • dns-server-name=
    • dns-domain-name=
  • no param: using all default values

  • specify config file:

    • -f: file that contains the export of all variables you want to specify
    • note: this will override other single parameters
  • specify single params:

    • -h hostname
    • -d device-name
    • -r root-passowrd
    • -i internal lan suffix
    • -u user name
    • -p user password
    • -l locale
    • -t timezone
    • -s dns server name
    • -v dns domain name

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.