The Wire · Showcase
POSTGREST MOVES TO STABLE, MKINITCPIO FIXES EARLY BOOT SHUTDOWN
By RepoJournal · Filed · About Arch Linux
PostgREST 10.1.0 graduated from staging after dependency resolution, while mkinitcpio adds critical systemd shutdown tools to initramfs.
PostgREST and its Haskell dependency both cleared staging and moved to stable x86_64 [1][2], following an upstream version bump to 10.1.0-93 [3]. This resolves the dependency chain for users running database APIs in early boot environments. Separately, v2ray jumped to 5.50.0-1 in stable [4], a minor bump worth tracking if you're routing traffic through that proxy. On the mkinitcpio front, nl6720 landed a critical fix: Busybox's halt, reboot, poweroff, and shutdown commands don't work in systemd-based initramfs, so the project now provides symlinks to systemctl and the required target units [5]. A follow-up merge added systemd-pcrosseparator.service [6], completing the early-userspace shutdown story. Together these changes mean your initramfs can now cleanly execute power commands without dropping to a shell.
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
- → Test mkinitcpio rebuild if you're running systemd-based initramfs and rely on early shutdown archlinux/mkinitcpio [plan]
- → Update PostgREST from staging if you pin that package archlinux/state [monitor]
References
- [1] move postgrest from extra-staging-x86_64 to extra-x86_64 archlinux/state
- [2] move haskell-hasql-notifications from extra-staging-x86_64 to extra-x86_64 archlinux/state
- [3] update postgrest to 10.1.0-93 in extra-staging-x86_64 archlinux/state
- [4] update v2ray to 5.50.0-1 in extra-x86_64 archlinux/state
- [5] install/systemd: add halt, reboot, poweroff and shutdown symlinks and targets archlinux/mkinitcpio
- [6] Merge remote-tracking branch 'origin/merge-requests/475' archlinux/mkinitcpio