index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-17 23:06:09 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-17 23:06:09 +0000 |
commit | 9cd0a4b73f4d284e1991360f316a1053a234f232 (patch) | |
tree | 46d4bda134a566e1370fb209dc5b0a717d57286c /test_archinstall.py | |
parent | 5f256b9e4afc7c7a604c8c240033ab8eba2b6467 (diff) |
-rw-r--r-- | test_archinstall.py | 1 |
diff --git a/test_archinstall.py b/test_archinstall.py index 3b5ddcae..30bc76e7 100644 --- a/test_archinstall.py +++ b/test_archinstall.py @@ -9,5 +9,6 @@ archinstall.setup_args_defaults(archinstall.args, interactive=False) instructions = archinstall.load_automatic_instructions(emulate=False) profile_instructions = archinstall.get_instructions('workstation', emulate=False) profile_instructions = archinstall.merge_in_includes(profile_instructions, emulate=False) +archinstall.args['password'] = 'test' print(json.dumps(archinstall.args, indent=4))
\ No newline at end of file |