remove size limitation from /run
ppc64el would end up with filled /run and errors as a result.
This commit is contained in:
@@ -6,4 +6,4 @@ proc /proc proc defaults 0 0
|
||||
devpts /dev/pts devpts defaults,gid=5,mode=620 0 0
|
||||
tmpfs /dev/shm tmpfs mode=0777 0 0
|
||||
sysfs /sys sysfs defaults 0 0
|
||||
tmpfs /run tmpfs rw,nosuid,relatime,size=200k,mode=755 0 0
|
||||
tmpfs /run tmpfs rw,nosuid,relatime,mode=755 0 0
|
||||
|
||||
Reference in New Issue
Block a user