From 746fc00efbd799a780bbdd535849ffe434f03204 Mon Sep 17 00:00:00 2001 From: Sam <46856932+sam-homa@users.noreply.github.com> Date: Mon, 22 Jul 2024 02:21:03 +0000 Subject: [PATCH] Give enrollz signal to bootz to add/remove additional knobs to the boot config when required. --- server/service/service.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/service/service.go b/server/service/service.go index 8c094f0..77a82d8 100644 --- a/server/service/service.go +++ b/server/service/service.go @@ -100,6 +100,9 @@ type Chassis struct { BootloaderPasswordHash string // The name of the fabric this chassis belongs to. FabricName string + // Indicates whether enrollment will be skipped later in the install process. + // Some parts of boot config may be different depending on the value of this flag. + SkipEnrollment bool } // ControlCard describes a control card that exists in a resolved Chassis.