From 305350424f083535913d8e24a12255cda0506869 Mon Sep 17 00:00:00 2001 From: phg Date: Thu, 5 Feb 2026 18:45:08 +0100 Subject: [PATCH] Reorganize README structure and update Templates section --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2a9bb13..460671f 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ - [Packer based PVE image templates](#packer-based-pve-image-templates) - [Table of Contents](#table-of-contents) - - [Repository structure](#repository-structure) - [Templates](#templates) + - [Repository structure](#repository-structure) - [Initial Setup](#initial-setup) - [Create Token](#create-token) - [Initialize Packer](#initialize-packer) @@ -14,6 +14,12 @@ - [Setup new templates](#setup-new-templates) - [ToDo](#todo) +## Templates + +| Template ID | OS | Version | Path | LUKS encrypted? | Mac Address | IP Address | +| :---------- | :--------------------------------------------------------------------------------------------- | :-------- | :---------------------- | :-------------- | :---------------- | :---------------------- | +| 65000 | Debian logo Debian | 13-trixie | `debian/13-trixie-luks` | ✅ | BC:24:11:00:13:37 | 192.168.9.29 (via DHCP) | + ## Repository structure ```shell @@ -50,12 +56,6 @@ Name └──  variables-common.pkr.hcl Shared Packer variables used by templates. ``` -## Templates - -| Template ID | OS | Version | Path | LUKS encrypted? | Mac Address | IP Address | -| :---------- | :--------------------------------------------------------------------------------------------- | :-------- | :---------------------- | :-------------- | :---------------- | :---------------------- | -| 65000 | Debian logo Debian | 13-trixie | `debian/13-trixie-luks` | ✅ | BC:24:11:00:13:37 | 192.168.9.29 (via DHCP) | - ## Initial Setup ### Create Token