Skip to content

unraid/bootable-unraid-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unraid-installer Documentation

This repository contains build and packaging scripts for creating Unraid installer media.

The toolchain focuses on producing bootable installer artifacts (ISO and IMG), plus helper assets used by the installer runtime.

What This Repo Does

  • Builds installer images from script-driven workflows.
  • Produces ISO and USB-ready IMG outputs.
  • Packages persistent seed content used by installer media.
  • Provides utility scripts for dependencies, kernel/ZFS cache builds, and boot media setup.

Repo Areas

  • scripts/: build and packaging entry points.
  • persistent/: seed content included in media builds.
  • build/: generated metadata (for example, version lock files).
  • docs/: user-facing documentation for build usage.

Documentation Index

Start here, then use the detailed guides below:

  1. docs/user-build.md
    • High-level build-chain scope, outputs, and script responsibilities.
  2. docs/USER_COMMANDS.md
    • Command reference, build modes, common options, and troubleshooting.

Typical Build Entry Point

From the repository root:

./scripts/build-install-images.sh --mode full --force

Primary outputs are typically written under zfs-live-build/.

License and Security

This repository is licensed under GPL-2.0-or-later. See LICENSE.

Please report suspected vulnerabilities through the Unraid organization security policy: https://github.com/unraid/.github/security/policy.

Notes

  • Script behavior and options can evolve. Use docs/USER_COMMANDS.md as the primary reference for current command usage.
  • If a docs link or path drifts, update this index first so onboarding starts from a reliable source.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors