We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d2bad commit cb7492eCopy full SHA for cb7492e
1 file changed
archinstall/lib/interactions/general_conf.py
@@ -61,7 +61,6 @@ def ask_hostname(preset: str | None = None) -> str | None:
61
alignment=Alignment.CENTER,
62
allow_skip=True,
63
default_text=preset,
64
- validator=lambda x: x if len(x) > 0 else tr('Hostname cannot be empty'),
65
).input()
66
67
match result.type_:
0 commit comments