-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(check_live_ram): increase /run tmpfs size, if needed
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, test exit logic directly, where possible, tweak comments, and move the check_live_ram() function to img-lib.sh.
- Loading branch information
Showing
2 changed files
with
46 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters