Skip to content

v2.3.3

Choose a tag to compare

@github-actions github-actions released this 15 Aug 14:54
· 7 commits to main since this release
v2.3.3 — dracut tmpdir fix

Module 04's optional /var/tmp tmpfs (256M) starved dracut's own initramfs
build directory on every subsequent kernel update, failing with the same
cryptic "No space left on device" as v2.3.2 but from a different cause
(plenty of room on /boot, none in dracut's scratch space). Now redirects
dracut's tmpdir to /tmp (not resized by this repo) alongside the /var/tmp
tmpfs entry. Ported from the x86 sibling after a live diagnosis on
Dominique's TuneOS box.