Giter Club home page Giter Club logo

xraspios's Introduction

Packer CI

Xraspios

Extended Raspberry Pi OS Lite Image based on Raspios and packaged with Packer.

This operating system is installed on my Raspberry Pi 4 and serve as a home lab server. It mainly run IaaS and APIs with Docker.

Features

  • Docker
    • Portainer
  • Git
  • Tmux
  • Vim
  • Security
    • SSH
      • User / Password
      • Key

Requirements

Build Image

The image is built from the Raspios Lite Armhf 2022-09-07

See builder.pkr.hcl

Initialize the project, update dependencies

packer init config.pkr.hcl

Build the image

sudo packer build build.pkr.hcl

Once the build is finished, the image will be available in thes build folder as xraspios-lite.img

Docker

Build with the official Packer Docker image

Not tested !

Initialize

docker run \
    -v `pwd`:/workspace -w /workspace \
    -e PACKER_PLUGIN_PATH=/workspace/.packer.d/plugins \
    hashicorp/packer:latest \
    init .

Build

docker run \
    -v `pwd`:/workspace -w /workspace \
    -e PACKER_PLUGIN_PATH=/workspace/.packer.d/plugins \
    hashicorp/packer:latest \
    build .

Write Image

Write the image to and SD card

Raspberry Pi Imager

Use Raspberry Pi Imager to configure WiFi, users and more and write to image to the card.

Check how rpi-imager write config

https://github.com/raspberrypi/rpi-imager/blob/ce0b02b823a40ada3cd4a12a257da9506e46dda1/src/OptionsPopup.qml#L589

DD

When rpi-imager no more needed to configure the wifi and user. TODO: Keys and no user?!

sudo dd bs=4M if=/dev/zero of=/dev/sdb oflag=sync
sudo dd bs=4M if=/path/to/image of=/dev/sdb oflag=sync

References

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.