Wizard: Basic Hostname step

This adds Hostname step basics and file structure.
This commit is contained in:
regexowl 2024-12-10 17:11:42 +01:00 committed by Lucas Garfield
parent 317f424448
commit 8c108fe2ec
19 changed files with 131 additions and 73 deletions

View file

@ -38,18 +38,19 @@ const goToRepositoriesStep = async () => {
await clickNext(); // Registration
await clickRegisterLater();
await clickNext(); // OpenSCAP
await clickNext(); // File System
await clickNext(); // Snapshot
await clickNext(); // File system configuration
await clickNext(); // Repository snapshot
await clickNext(); // Custom repositories
};
const goToReviewStep = async () => {
await clickNext(); // Additional packages
await clickNext();
await clickNext(); // Users
await clickNext(); // Timezone
await clickNext(); // Locale
await clickNext(); // Hostname
await clickNext(); // First Boot
await clickNext(); // Details
await enterBlueprintName();
await clickNext(); // Review
};