View | Details | Raw Unified
Collapse All | Expand All

(-) udev-start.sh_orig (-1 / +2 lines)
Line 4    Link Here 
tmpfs_size="10M"
tmpfs_size="10M"
tmpfs_inodes="256k"
Line 56    Link Here 
		mntopts="exec,nosuid,mode=0755,size=${tmpfs_size}"
		mntopts="exec,nosuid,mode=0755,size=${tmpfs_size},nr_inodes=${tmpfs_inodes}"