The Wire · Showcase
HYPERV FIXES LAND, ARCHINSTALL COLORS INSTALL WARNINGS RED
By RepoJournal · Filed · About Linux
Kernel pulled hyperv driver repairs overnight while archinstall moves critical network warnings into the install preview where users actually see them.
The mainline kernel merged hyperv fixes [1] addressing MSHV driver stability across multiple subsystems, plus VMBus unload improvements that clear the frame buffer before shutdown. Simultaneously, crypto picked up an s390 random config build fix [2] that unblocks automated builds on that architecture. On the distro side, archinstall shipped a major preview redesign [3] that color-codes the install summary in red for errors, yellow for warnings, and green when ready to proceed. This moves the network warning out of a post-confirmation dialog into the live preview where users see it while still configuring, not after they've already committed. Basecamp's omarchy replaced the dust disk usage tool with dua-cli [4], gaining interactive navigation speed without losing the TUI experience.
One email a day. Unsubscribe in one click.
Keep up with 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
- → Rebuild hyperv-dependent systems if you track -rc or stable branches torvalds/linux [plan]
- → Update archinstall to get colored install preview and earlier network warnings archlinux/archinstall [plan]
- → Sync omarchy if disk usage tool is part of your base deployment basecamp/omarchy [monitor]
References
- [1] Merge tag 'hyperv-fixes-signed-20260607' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux torvalds/linux
- [2] Merge tag 'v7.1-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 torvalds/linux
- [3] Color-code install preview: red for errors, yellow for warnings, green for ready ↗ archlinux/archinstall
- [4] Use dua for disk usage ↗ basecamp/omarchy