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

@ -108,16 +108,17 @@ const changePartitionUnitsToMiB = async () => {
};
const goToReviewStep = async () => {
await clickNext();
await clickNext();
await clickNext();
await clickNext();
await clickNext();
await clickNext();
await clickNext();
await clickNext();
await clickNext(); // File system configuration
await clickNext(); // Repository snapshot
await clickNext(); // Custom repositories
await clickNext(); // Additional packages
await clickNext(); // Users
await clickNext(); // Timezone
await clickNext(); // Locale
await clickNext(); // Hostname
await clickNext(); // Details
await enterBlueprintName();
await clickNext();
await clickNext(); // Review
};
const clickRevisitButton = async () => {