You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.