commit
434daeae68
|
|
@ -0,0 +1,2 @@
|
|||
**/**__pycache__
|
||||
SAFETY_LOCK
|
||||
1205
archinstall.py
1205
archinstall.py
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,14 @@
|
|||
import json
|
||||
import archinstall
|
||||
|
||||
archinstall.update_drive_list(emulate=False)
|
||||
archinstall.setup_args_defaults(archinstall.args, interactive=False)
|
||||
#for drive in archinstall.harddrives:
|
||||
# print(drive, archinstall.human_disk_info(drive))
|
||||
|
||||
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))
|
||||
Loading…
Reference in New Issue