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:
parent
71e1842aa4
commit
75288a5ef8
5 changed files with 44 additions and 67 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue