Skip to content

Conversation

@EK-92
Copy link
Contributor

@EK-92 EK-92 commented Aug 4, 2025

  • This fix issue:

#3705

PR Description:

moved additional packages step in guided script below app_config and profile_config groups

Tests and Checks

  • I have tested the code!

@EK-92 EK-92 requested a review from Torxed as a code owner August 4, 2025 17:30
@Torxed
Copy link
Member

Torxed commented Aug 4, 2025

Let's try it, historically what's been working has been:

  1. Audio
  2. Additional Packages
  3. Profiles (desktops etc)

audio_config: AudioConfiguration | None = archinstall.arguments.get('audio_config', None)
if audio_config:
audio_config.install_audio_config(installation)
else:
info("No audio server will be installed")
if archinstall.arguments.get('packages', None) and archinstall.arguments.get('packages', None)[0] != '':
installation.add_additional_packages(archinstall.arguments.get('packages', None))
if profile_config := archinstall.arguments.get('profile_config', None):
profile_handler.install_profile_config(installation, profile_config)

But I don't see why this wouldn't work, as long as the audio setup is first, it should be "back to normal".

@Torxed Torxed merged commit 4c17b75 into archlinux:master Aug 4, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants