src: Remove unused unleash flags

This removes unused flags from the code base:
- image-builder.hostname.enabled
- image-builder.kernel.enabled
- image-builder.firewall.enabled
- image-builder.services.enabled
This commit is contained in:
regexowl 2025-04-28 14:12:22 +02:00 committed by Simon Steinbeiß
parent 71e1842aa4
commit 75288a5ef8
5 changed files with 44 additions and 67 deletions

View file

@ -52,6 +52,10 @@ const goToReviewStep = async () => {
await clickNext(); // Additional packages
await clickNext(); // Timezone
await clickNext(); // Locale
await clickNext(); // Hostname
await clickNext(); // Kernel
await clickNext(); // Firewall
await clickNext(); // Systemd services
await clickNext(); // First boot
await clickNext(); // Details
await enterBlueprintName('Compliance test');