index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-07 | chore(deps): update actions/upload-artifact action to v4 (#2369) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-09-05 | Update | Daniel Girtler | |
2023-04-19 | PyParted and a large rewrite of the underlying partitioning (#1604) | Daniel Girtler | |
* Invert mypy files * Add optional pre-commit hooks * New profile structure * Serialize profiles * Use profile instead of classmethod * Custom profile setup * Separator between back * Support profile import via url * Move profiles module * Refactor files * Remove symlink * Add user to docker group * Update schema description * Handle list services * mypy fixes * mypy fixes * Rename profilesv2 to profiles * flake8 * mypy again * Support selecting DM * Fix mypy * Cleanup * Update greeter setting * Update schema * Revert toml changes * Poc external dependencies * Dependency support * New encryption menu * flake8 * Mypy and flake8 * Unify lsblk command * Update bootloader configuration * Git hooks * Fix import * Pyparted * Remove custom font setting * flake8 * Remove default preview * Manual partitioning menu * Update structure * Disk configuration * Update filesystem * luks2 encryption * Everything works until installation * Btrfsutil * Btrfs handling * Update btrfs * Save encryption config * Fix pipewire issue * Update mypy version * Update all pre-commit * Update package versions * Revert audio/pipewire * Merge master PRs * Add master changes * Merge master changes * Small renaming * Pull master changes * Reset disk enc after disk config change * Generate locals * Update naming * Fix imports * Fix broken sync * Fix pre selection on table menu * Profile menu * Update profile * Fix post_install * Added python-pyparted to PKGBUILD, this requires [testing] to be enabled in order to run makepkg. Package still works via python -m build etc. * Swaped around some setuptools logic in pyproject Since we define `package-data` and `packages` there should be no need for: ``` [tool.setuptools.packages.find] where = ["archinstall", "archinstall.*"] ``` * Removed pyproject collisions. Duplicate definitions. * Made sure pyproject.toml includes languages * Add example and update README * Fix pyproject issues * Generate locale * Refactor imports * Simplify imports * Add profile description and package examples * Align code * Fix mypy * Simplify imports * Fix saving config * Fix wrong luks merge * Refactor installation * Fix cdrom device loading * Fix wrongly merged code * Fix imports and greeter * Don't terminate on partprobe error * Use specific path on partprobe from luks * Update archinstall/lib/disk/device_model.py Co-authored-by: codefiles <11915375+codefiles@users.noreply.github.com> * Update archinstall/lib/disk/device_model.py Co-authored-by: codefiles <11915375+codefiles@users.noreply.github.com> * Update github workflow to test archinstall installation * Update sway merge * Generate locales * Update workflow --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> Co-authored-by: Anton Hvornum <anton@hvornum.se> Co-authored-by: Anton Hvornum <anton.feeds+github@gmail.com> Co-authored-by: codefiles <11915375+codefiles@users.noreply.github.com> | |||
2022-09-02 | Update actions (#1362) | Sven Serlier | |
* Update actions/checkout to v3 * Update actions/checkout to v3 * Update actions * Update actions/checkout to v3 * Update actions/checkout to v3 * Update actions * Update actions | |||
2022-04-26 | Adding pacman-key --init to ISO runner | Anton Hvornum | |
2022-04-26 | --noconfirm to pacman upgrade | Anton Hvornum | |
2022-04-26 | pacman-key --ref.. -> pacman -S archlinux-keyring | Anton Hvornum | |
2022-04-26 | archlinux-keyring -> pacman-key | Anton Hvornum | |
2022-04-26 | Adding in a refresh of keyring before building ISO | Anton Hvornum | |
2022-02-12 | Leverage same build system used by PyPi in the ArchInstall ISO (#973) | Dylan M. Taylor | |
* Leverage same build system used by PyPi in the ArchInstall ISO * 3.6.0 is not in the archinstall repos yet. Use 3.5.1 so ISOs don't need networking to build. | |||
2022-02-12 | Various Build System Improvements (#971) | Dylan M. Taylor | |
* Convert workflow from flit to twine for publishing * This could be split into two different tasks * Change build-system toml block to setuptools * Switch to standardized project block * Some corrections * Add build module * Remove symlinks * Move example and profiles folders to archinstall * Create symlinks outside of the archinstall folder * Add new workflow to build archinstall but not publish for regular commits * Add build artifacts * Rename, so it's just archinstall.zip * Replace symlinks with copies * Also replace symlinks with copies in python-build.yml * Revert "Create symlinks outside of the archinstall folder" This reverts commit d76cf18eaa9a5916178cda13df3258db678159c8. * Revert "Move example and profiles folders to archinstall" This reverts commit c41c1c9102129970f747a3b532cdf2b426a62a53. * Revert "Remove symlinks" This reverts commit fd959e32305edf4f1c13d90891eb13c6b2d41f79. * Switch up how I'm replacing symlinks with copies * Explore using flit as the build backend still * Drop tools.flit.metadata block * tool.flit.scripts is incompatible with project block * Remove symlink copy workaround * This seems to cause an error, until I figure it out, license is specified in classifiers. * Make authors a list of dicts * URL correction * Use more of the new style metadata for flit * This is redundant; build downloads these in a venv * project.scripts replaces tool.flit.scripts * whitespace * Try explicitly adding symlinks as includes * Minor whitespacce tweaks * Add newer build packages to ISO * Update comment on python-build.yml | |||
2021-05-22 | Proposal: use iso-build for releases | Dylan M. Taylor | |
2021-05-15 | Some additional formatting | Dylan Taylor | |
2021-04-28 | Avoid some word wrapping on smaller consoles like VirtualBox. | Dylan M. Taylor | |
2021-04-27 | Include the commit SHA in the ISO | Dylan M. Taylor | |
Update iso-build.yaml with wording change, cat out .zprofile for debugging, and make it so workflow edits trigger builds. | |||
2021-04-22 | Run CI on pushes to master/main | Dylan M. Taylor | |
2021-04-15 | .toml files could also possibly affect behavior. | Dylan M. Taylor | |
2021-04-15 | These could affect whether the code builds/runs correctly | Dylan M. Taylor | |
They should not be ignored. | |||
2021-04-15 | Revert `README` addition, it's catched by **.md | Anton Hvornum | |
2021-04-15 | Added README to ignore | Anton Hvornum | |
2021-04-15 | Add ignore rules for iso-build.yaml | Владислав | |
These rules ignore all unrelated files and folders that are not needed to build the ISO. | |||
2021-04-11 | Update iso-build.yaml | Dylan M. Taylor | |
2021-04-10 | Automatically change directory and replace archinstall on boot | Dylan M. Taylor | |
2021-04-10 | Build Arch Live ISO with Each Commit | Dylan M. Taylor | |
The bind mount is probably not necessary |