summaryrefslogtreecommitdiff
path: root/sh.Linux
diff options
context:
space:
mode:
Diffstat (limited to 'sh.Linux')
-rwxr-xr-xsh.Linux/init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh.Linux/init.sh b/sh.Linux/init.sh
index 61da150..810a5e8 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"