Skip to content

main/mkinitfs: sync only /boot

Ghost User requested to merge (removed):mkinit-sync into master

this is a small optimisation to not sync the 'entire' system after initfs write, which could be slow for multiple reasons (tons of files in dirty cache on hdds/network share, ..)

it would be nice to sync only the /boot directory (no -f), but sync is not recursive, so that doesn't work afaik

Merge request reports