-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(check_live_ram): increase /run tmpfs size if needed #2551
base: master
Are you sure you want to change the base?
Conversation
95fbdba
to
0f0f9e7
Compare
This looks good to me. @FGrose what do you think about moving |
Check the size and available space in /run to enlarge it, if needed. Introduce the check_meminfo() function to dracut-lib.sh to replace a less versatile sed call. Also, use local variables, use parameter expansion to assign a default value, use test exit logic directly, where possible, tweak comments, and move the check_live_ram() function to img-lib.sh.
This issue is being marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. If this is still an issue in the latest release of Dracut and you would like to keep it open please comment on this issue within the next 7 days. Thank you for your contributions. |
This PR is needed for #2550 and is still waiting on review. |
Any progress on this please, can someone review this and approve it? I am hitting this problem on f39. |
I approved it, but I haven't had merge permissions for a while. |
This is a related issue also connected to the low /run size |
Checklist
Fixes #2550