No description
This repository has been archived on 2026-03-24. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Shell 98.4%
  • Dockerfile 1%
  • sed 0.6%
Find a file
2023-04-16 20:16:06 +03:00
export-image export-image: change boot partition lable to 'bootfs' 2023-02-14 15:09:57 +00:00
export-noobs Update release notes 2023-02-14 15:26:12 +00:00
scripts Use tmpfs for chroot /run and /tmp 2023-03-29 07:56:32 +01:00
stage0 Fix apt gpg key install 2023-02-08 18:46:32 +00:00
stage1 Adjust partition formatting and mount options 2022-06-17 15:48:27 +01:00
stage2 stage2: pre-install kms++-utils 2022-11-08 10:59:55 +00:00
stage2_frontends Added simplytranslate. Improved README 2023-04-16 20:16:06 +03:00
stage3 Install picamera2 2022-08-30 16:54:09 +01:00
stage4 stage4: Install rpi-wayland 2022-03-21 11:48:20 +00:00
stage5 nodered is no longer included in full images 2022-09-14 16:50:18 +01:00
.dockerignore Docker-Build enhancements 2017-09-21 12:53:01 +01:00
.gitignore Added Nitter. Improved structure 2023-04-16 16:24:45 +03:00
build-docker.sh Copy container log to deploy (#688) 2023-04-03 10:08:50 +01:00
build.sh Add parameter to keep cap_setfcap 2022-11-08 12:04:12 +00:00
config Added simplytranslate. Improved README 2023-04-16 20:16:06 +03:00
depends Addition of a DEPLOY_COMPRESSION option to the configuration (#592) 2022-03-01 16:23:42 +00:00
docker-compose.yml Added docker-compose.yml for easy apt-cacher-ng startup 2017-07-17 12:21:37 +02:00
Dockerfile Addition of a DEPLOY_COMPRESSION option to the configuration (#592) 2022-03-01 16:23:42 +00:00
imagetool.sh Fix imagetool example 2021-11-08 08:45:43 +00:00
LICENSE Corrected various typos (#91) 2017-07-27 12:11:07 +02:00
README.md Added simplytranslate. Improved README 2023-04-16 20:16:06 +03:00

LibRedirect OS

Raspberry Pi OS + frontends pre-installed.

How to Install

  1. Buy a Raspberry Pi 3 or newer, and an SD Card.
  2. Flash the latest LibRedirect OS image to your SD card using Raspberry Pi Imager.
  3. Plug your Raspberry to your router using an Ethernet cable.
  4. Insert your SD Card to your Raspberry and power it up.

Build from source (Ubuntu 20.04.6 LTS)

Install those packages

$ sudo apt install coreutils quilt parted qemu-user-static debootstrap zerofree zip dosfstools libarchive-tools libcap2-bin grep rsync xz-utils file git curl bc qemu-utils kpartx gpg pigz gcc-arm-linux-gnueabihf libsass libpcre3-dev

Install Rust, Go, Nim

Compile the frontends:

$ find stage2_frontends/**-**/00-run-no-root.sh -exec sh "{}" \;

Build the image:

$ sudo ./build.sh

You will find the image in deploy/