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...
Recent changes, 5bf724f & 41f9e8f, have exposed the misuse of the `ID=` parameter in _initrd-release_ and its links when using _init.sh_. https://www.freedesktop.org/software/systemd/man/latest/os-release.html#/etc/initrd-release explains that the role of these files is...