debian
debian
Section titled “debian”Configuration
Section titled “Configuration”#!/bin/bash# Debian base image configuration
# Output image nameOUTPUT_IMAGE="debian-base.img"
# Final image sizeIMAGE_SIZE="4G"
# RAM and CPU for QEMUQEMU_RAM="4G"QEMU_CPUS="4"
# DescriptionDESCRIPTION="Debian base with RaspiOS kernel"
# Base distributionCLOUD=trueIMAGE_URL="https://cloud.debian.org/images/cloud/trixie-backports/daily/latest/debian-13-backports-genericcloud-arm64-daily.raw"
# Services to combine (base is always added automatically)SERVICES="base"Boot Mode
Section titled “Boot Mode”This image uses cloud-init for initial configuration.