The Wire · Showcase
LINUX-LTS CLEARS TESTING, ARCHINSTALL FIXES ARM64 GRUB AND LIMINE
By RepoJournal · Filed · About Arch Linux
Linux-LTS moved from core-testing to stable across x86_64 after validation [ref:1], while archinstall patches critical EFI installation failures on aarch64 that broke both GRUB and Limine [ref:10].
The kernel promotion [1] signals confidence in the LTS track after a testing cycle. On the installer front, archinstall is fixing real breakage: aarch64 systems failed GRUB EFI installs because the system reports 'aarch64' but grub-install expects 'arm64', and Limine was hardcoded to x86 binaries entirely [2]. A separate fix landed for path construction bugs in custom user commands where pathlib's slash operator silently ignores the target when given an absolute path [4]. Translation validation got tighter too, as flake8-gettext checks now run in ruff to catch malformed i18n placeholders before they ship [5]. Firefox Developer Edition bumped to 154.0b2 [3], sops to 3.13.3 [6], and deepin-launchpad to 2.0.45 [7] across the state repos. On the build side, archiso trimmed redundant mcopy commands for a minor speed boost and cleaner code [8].
One email a day. Unsubscribe in one click.
Keep up with Arch Linux in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Update archinstall to pick up aarch64 GRUB and Limine EFI fixes if you maintain ARM systems archlinux/archinstall [immediate]
- → Pull linux-lts to stable if you haven't already; it's cleared testing archlinux/state [plan]
- → Review custom user command paths in your install profiles for absolute path issues archlinux/archinstall [monitor]
References
- [1] move linux-lts from core-testing-x86_64 to core-x86_64 archlinux/state
- [2] Support aarch64 for GRUB and Limine EFI installation (#4641) archlinux/archinstall
- [3] update firefox-developer-edition to 154.0b2-1 in extra-x86_64 archlinux/state
- [4] Refactor run_custom_user_commands ↗ archlinux/archinstall
- [5] Enable flake8-gettext checks in ruff (#4664) archlinux/archinstall
- [6] update sops to 3.13.3-1 in extra-x86_64 archlinux/state
- [7] update deepin-launchpad to 2.0.45-1 in extra-x86_64 archlinux/state
- [8] mkarchiso: reduce the number of mcopy commands archlinux/archiso