Finnix live-build scripts https://www.finnix.org/
  • Shell 63.6%
  • Python 34.6%
  • Dockerfile 1.8%
Find a file
2026-05-12 12:57:23 -07:00
.woodpecker woodpecker: Use caching 2026-05-12 12:57:23 -07:00
conf.d Move primary repository locations to Codeberg 2026-04-27 18:16:02 -07:00
files Move primary repository locations to Codeberg 2026-04-27 18:16:02 -07:00
hooks Change github.com URLs to codeberg.org 2026-04-29 16:35:51 -07:00
LICENSES Add pre-commit checks 2024-07-02 19:41:53 -07:00
lists Move primary repository locations to Codeberg 2026-04-27 18:16:02 -07:00
live-build@668c799ba2 Update live-build submodule 2026-04-26 19:36:45 -07:00
tools Change github.com URLs to codeberg.org 2026-04-29 16:35:51 -07:00
.gitignore Add build summary 2026-05-06 14:47:44 -07:00
.gitmodules Move primary repository locations to Codeberg 2026-04-27 18:16:02 -07:00
.pre-commit-config.yaml pre-commit: Remove actionlint; bump woodpecker-shellcheck 2026-05-04 18:32:07 -07:00
.yamllint.yml Remove default yamllint confs; change remaining warning to error 2026-04-29 15:04:38 -07:00
build-dependencies.json Use Python for UUID generation 2026-04-14 23:54:00 -07:00
build-dependencies.json.license Move primary repository locations to Codeberg 2026-04-27 18:16:02 -07:00
Dockerfile Dockerfile: Pass through CI_ variables 2026-04-28 23:42:00 -07:00
finnix-live-build Add build summary 2026-05-06 14:47:44 -07:00
LICENSE.md Markdown updates to fix new lint 2025-01-18 09:37:33 -08:00
pyproject.toml Move primary repository locations to Codeberg 2026-04-27 18:16:02 -07:00
README.md Move primary repository locations to Codeberg 2026-04-27 18:16:02 -07:00
README.md.license Move primary repository locations to Codeberg 2026-04-27 18:16:02 -07:00
tox.ini Move primary repository locations to Codeberg 2026-04-27 18:16:02 -07:00

Finnix live-build tools

finnix-live-build is Finnix's image build system, and is a wrapper around Debian Live's live-build system.

Building

Requirements:

  • Debian testing/sid, or Ubuntu 20.04 focal or later.
  • live-build, built from live-build git HEAD.
    • This is available as a git submodule in this repository.
    • While upstream HEAD is usually fine, the link above (and this repository's submodule) points to a Finnix-specific branch which is usually in sync with live-build upstream, but sometimes includes fixes/changes which have not (yet) been accepted upstream.
  • See build-dependencies.json for required host packages.

This can be built on dedicated hardware, in a virtual machine, or in a systemd-nspawn container. Building in a chroot within one of these environments is supported. Docker and LXD containers are not supported, as they do not allow mounting proc/devpts (even the container-specific restricted versions), required by live-build/debootstrap.

The default build directory will be build/lb/ from the script directory.

Scheduled builds

Architectures

finnix-live-build supports multiple architectures, but are considered in multiple tiers:

Tier 1

  • amd64

The only supported architecture in the sense that ISOs are officially released. Built images are tested often. Build failures are a blocker and fixed ASAP.

Tier 2

  • arm64

While ISOs are not officially released, these are still considered important architectures. Built images are tested often. Build failures are a blocker and fixed soon.

Tier 3

  • ppc64el
  • riscv64
  • s390x

Not supported, and produced images are not directly bootable. However, they can be booted by direct kernel/initrd boot in QEMU, and are tested occasionally. Build failures are not a blocker.

Issues and pull requests

To open a Finnix issue, please use the main Finnix issue tracker, not this repository's. Pull requests will be considered here, but you probably also want to open an issue to track it.

Remastering / forking

If you are looking to build a live environment which is outside of the scope of Finnix's goals, feel free to use this build repository as a base. In essence, this repository is a thin wrapper around live-build, and builds upon the massive work done by the Debian Live project. I encourage you to study this repository and live-build, and to experiment with your own builds.

If you do produce builds based directly off the finnix-live-build repository, please change the branding to indicate it is not an official Finnix release. Please see the top of finnix-live-build for branding-related variables.

License

The finnix-live-build package is mostly licensed under the terms of the Mozilla Public License v2.0, but please check individual files for license terms.

This document is provided under the following license:

SPDX-FileCopyrightText: © 2020 Ryan Finnie <ryan@finnie.org>
SPDX-License-Identifier: CC-BY-SA-4.0