From 7bdc32828c5e9354a21deb460ea8b4520bf49e40 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Tue, 18 Aug 2026 20:19:52 +0200 Subject: [PATCH] docs: clarify host-layer automation in bootstrap guide --- BOOTSTRAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BOOTSTRAP.md b/BOOTSTRAP.md index b91d70d..c675a2e 100644 --- a/BOOTSTRAP.md +++ b/BOOTSTRAP.md @@ -6,7 +6,7 @@ This repository is designed to be fully automated once bootstrapped. We separate ## 1. Apply the Host Layer -Before deploying VMs, you need to prepare the Proxmox host (setup ZFS, disable NIC offloading, etc.). +The `host-layer` automatically configures hardware-specific requirements on your fresh Proxmox install (such as setting up the ZFS pool, disabling NIC offloading for stability, and fixing apt repositories). 1. Clone this repository to your laptop. 2. Run the host-layer apply script using Docker (requires Docker installed):