New comment by foopub on void-packages repository https://github.com/void-linux/void-packages/issues/13024#issuecomment-772584406 Comment: I realise this is a dracut issue, hence not the best place to bring it up but they've been sleeping on the bug for a while. First of all, why not stat? Seems way more reasonable than the spaghetti ls parse: `(stat "$resume" -c %t:%T > /sys/power/resume)>/.resume` Surely I'm missing something?? Putting just `stat "$resume" -c %t:%T` in resume.sh in the file prints the maj:min numbers on just fine on the other hand :thinking: That said, I tried using that but now I get stat write error :sweat_smile: