changed "desktop" to "profile" while loading config
This commit is contained in:
parent
86fd64ef8a
commit
4d3595ecfc
|
|
@ -408,6 +408,6 @@ else:
|
|||
# Temporarily disabling keep_partitions if config file is loaded
|
||||
archinstall.arguments['harddrive'].keep_partitions = False
|
||||
# Temporary workaround to make Desktop Environments work
|
||||
archinstall.arguments['profile'] = archinstall.Profile(None, archinstall.arguments.get('desktop', None))
|
||||
archinstall.arguments['profile'] = archinstall.Profile(None, archinstall.arguments.get('profile', None))
|
||||
|
||||
perform_installation_steps()
|
||||
|
|
|
|||
Loading…
Reference in New Issue