Merged
Conversation
…bootloader section
…nce README with detailed features and usage instructions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a major overhaul to the Arch Linux ISO build and installation project, focusing on a clear separation between live environment and installed system, improved documentation, and robust automation for building and installing a customized Arch Linux system with KDE Plasma and NVIDIA drivers. The changes clarify repository structure, installation logic, package lists, and coding conventions, and add essential files and scripts for live environment customization and automated installation.
Project and Documentation Improvements:
.github/copilot-instructions.mdto clarify project goals, repository structure, package lists, installation logic, coding conventions, and system constraints. Now distinguishes between live ISO and installed system, details package requirements, and explains bootloader/NVIDIA configuration. [1] [2] [3] [4]README.mddescribing features, usage, customization, architecture, system specs, and build instructions for the project.Live Environment Setup:
airootfs/etc/sddm.conf.d/autologin.confandairootfs/etc/sudoers.d/liveuserfor auto-login and passwordless sudo in the live environment. [1] [2]airootfs/root/customize_airootfs.shto create the live user, enable services, and place an installer desktop shortcut.Installer and Package List Enhancements:
packages.x86_64for live ISO (used by mkarchiso) and expandedpackages.txtfor installed system (used by pacstrap), with improved categorization and inclusion of utilities, hardware info, partitioning tools, and essential desktop/apps. [1] [2] [3] [4]CI/CD Workflow Updates:
.github/workflows/build.ymlto copy new files, set permissions, inject build-time variables, and ensure proper ownership for live environment customization. [1] [2]