Files
pkrbuilds/debian-13/README.md

35 lines
687 B
Markdown

# Debian Trixie Builds
This directory contains Packer configuration for building Debian 13 (Trixie)
### Overview
These builds use a multi-stage Packer workflow:
- The first stage creates a minimal base image from the installer ISO
- The second stage reuses that base image to produce a Vagrant-ready box
### Usage
Build the base qemu image:
make base
Build vagrant image:
make vagrant
Package vagrant box:
make package
Build with visible console:
make base HEADLESS=false
### Publishing
Built boxes from this configuration are published at
[krislamo.org/debian13](https://portal.cloud.hashicorp.com/vagrant/discover/krislamo.org/debian13)
on Vagrant Cloud