From 74527291b51ac81a87c579aeb655fdc91faa40ab Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sat, 14 Apr 2007 09:27:29 +0000 Subject: ramfs has no special options --- sh.Linux/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh.Linux/init.sh') 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" -- cgit v1.2.3