Increased /run tmpfs size limit from 32M to 128M

This commit is contained in:
Tom Mortensen
2024-02-26 09:24:11 -08:00
parent 66cb88ff9f
commit d036c7a086

View File

@@ -50,7 +50,7 @@ fi
# initrd has already done so):
if [[ -d /run ]]; then
if ! /bin/grep -wq "tmpfs /run tmpfs" /proc/mounts; then
/sbin/mount -v -n -t tmpfs tmpfs /run -o mode=0755,size=32M,nodev,nosuid,noexec
/sbin/mount -v -n -t tmpfs tmpfs /run -o mode=0755,size=128M,nodev,nosuid,noexec
fi
fi