diff options
-rwxr-xr-x | sh.Linux/init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh.Linux/init.sh b/sh.Linux/init.sh index 61da1509..810a5e83 100755 --- a/sh.Linux/init.sh +++ b/sh.Linux/init.sh @@ -38,7 +38,7 @@ mount_svcdir() { fsopts="${fsopts},mode=0755,size=${svcsize}k" elif grep -Eq "[[:space:]]+ramfs$" /proc/filesystems ; then fs="ramfs" - fsopts="${fsopts},mode=0755,size=${svcsize}k" + # ramfs has no special options elif [ -e /dev/ram0 -a -e /dev/ram1 ] \ && grep -Eq "[[:space:]]+ext2$" /proc/filesystems ; then devdir="/dev/ram0" |