diff options
author | Roy Marples <roy@marples.name> | 2007-04-14 09:27:29 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-04-14 09:27:29 +0000 |
commit | 74527291b51ac81a87c579aeb655fdc91faa40ab (patch) | |
tree | 36165a09ec33c5f798d9f86c4a58c021ffbdd7c4 /sh.Linux | |
parent | 6ff4a83d591c77acc268db8a5b8c0b2011adbf31 (diff) |
ramfs has no special options
Diffstat (limited to 'sh.Linux')
-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" |