ramfs has no special options
This commit is contained in:
parent
6ff4a83d59
commit
74527291b5
@ -38,7 +38,7 @@ mount_svcdir() {
|
|||||||
fsopts="${fsopts},mode=0755,size=${svcsize}k"
|
fsopts="${fsopts},mode=0755,size=${svcsize}k"
|
||||||
elif grep -Eq "[[:space:]]+ramfs$" /proc/filesystems ; then
|
elif grep -Eq "[[:space:]]+ramfs$" /proc/filesystems ; then
|
||||||
fs="ramfs"
|
fs="ramfs"
|
||||||
fsopts="${fsopts},mode=0755,size=${svcsize}k"
|
# ramfs has no special options
|
||||||
elif [ -e /dev/ram0 -a -e /dev/ram1 ] \
|
elif [ -e /dev/ram0 -a -e /dev/ram1 ] \
|
||||||
&& grep -Eq "[[:space:]]+ext2$" /proc/filesystems ; then
|
&& grep -Eq "[[:space:]]+ext2$" /proc/filesystems ; then
|
||||||
devdir="/dev/ram0"
|
devdir="/dev/ram0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user