Noticed that some KDE instances weren't changed to i3 when copying
Another one
This commit is contained in:
parent
bc2649aaaa
commit
87514ab515
|
|
@ -8,7 +8,7 @@ def _prep_function(*args, **kwargs):
|
||||||
for more input before any other installer steps start.
|
for more input before any other installer steps start.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# KDE requires a functioning Xorg installation.
|
# i3 requires a functioning Xorg installation.
|
||||||
profile = archinstall.Profile(None, 'xorg')
|
profile = archinstall.Profile(None, 'xorg')
|
||||||
with profile.load_instructions(namespace='xorg.py') as imported:
|
with profile.load_instructions(namespace='xorg.py') as imported:
|
||||||
if hasattr(imported, '_prep_function'):
|
if hasattr(imported, '_prep_function'):
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ def _prep_function(*args, **kwargs):
|
||||||
for more input before any other installer steps start.
|
for more input before any other installer steps start.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# KDE requires a functioning Xorg installation.
|
# i3 requires a functioning Xorg installation.
|
||||||
profile = archinstall.Profile(None, 'xorg')
|
profile = archinstall.Profile(None, 'xorg')
|
||||||
with profile.load_instructions(namespace='xorg.py') as imported:
|
with profile.load_instructions(namespace='xorg.py') as imported:
|
||||||
if hasattr(imported, '_prep_function'):
|
if hasattr(imported, '_prep_function'):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue