Frederick Grose
Frederick Grose
Do not assume that `overlay` is always a module. Check first for `overlay` in `/proc/filesystems`. Signed-off-by: Federico Vaga See this discussion thread: https://www.spinics.net/lists/linux-initramfs/msg04900.html
Use parameter expansion default value if the second argument is missing. The current code mistakenly reuses the null second argument. ## Checklist - [✔] I have tested it locally
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...