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 5c03bb4 commit 20c2424Copy full SHA for 20c2424
1 file changed
archinstall/lib/args.py
@@ -42,6 +42,7 @@ class Arguments:
42
script: str = "guided"
43
mountpoint: Path = Path("/mnt")
44
skip_ntp: bool = False
45
+ skip_wkd: bool = False
46
debug: bool = False
47
offline: bool = False
48
no_pkg_lookups: bool = False
0 commit comments