archy/image-recipe
Dorian 8f0b080e73 Enhance boot configuration for custom ISO with USB delay and filesystem support
- Added isofs module to boot configurations for both UEFI (GRUB) and Legacy BIOS (Syslinux) to enable ISO9660 filesystem support.
- Updated boot parameters to improve USB delay and debugging capabilities for better hardware compatibility.
2026-01-31 23:37:56 +00:00
..
aports @ 4315b9b90c
2026-01-31 20:08:28 +00:00
2026-01-24 22:01:51 +00:00
2026-01-24 22:01:51 +00:00
2026-01-24 22:01:51 +00:00
2026-01-24 22:59:20 +00:00
2026-01-24 22:59:20 +00:00
2026-01-24 22:01:51 +00:00
2026-01-24 22:59:20 +00:00
2026-01-24 22:01:51 +00:00
2026-01-24 22:59:20 +00:00
2026-01-24 22:01:51 +00:00
2026-01-24 22:59:20 +00:00
2026-01-24 22:01:51 +00:00
2026-01-24 22:59:20 +00:00
2026-01-24 22:01:51 +00:00
2026-01-24 22:01:51 +00:00
2026-01-24 22:59:20 +00:00

Archipelago OS Image Recipes

Build scripts and profiles for creating bootable Alpine Linux OS images for Archipelago Bitcoin Node OS.

Quick Start

On macOS

./build-macos.sh

On Linux

./build-linux.sh

See Building OS Images for detailed instructions.

What's Included

  • Alpine Linux Base: Minimal, secure Linux distribution
  • Podman: Container runtime for apps
  • Archipelago Backend: Rust-based API server
  • Archipelago Frontend: Vue.js web interface
  • Systemd Services: Automatic service management
  • Network Configuration: Ready for network setup

Build Output

  • archipelago-{version}-x86_64.iso - Bootable ISO image
  • archipelago-{version}-x86_64.img - Disk image for flashing

Supported Platforms

  • x86_64: Dell Optiplex, HP ProDesk 400 G4 DM, and other x86_64 desktops
  • Build Systems: macOS (via Docker) and Linux (native or Docker)

Legacy StartOS Build

The original StartOS build scripts are still available:

  • build.sh - StartOS Debian-based image builder
  • run-local-build.sh - StartOS build helper

See Building OS Images for Archipelago-specific builds.