summaryrefslogtreecommitdiff
path: root/packages/busybox/files/mountall
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-02-13 12:45:32 -0500
committerTom Rini <trini@embeddedalley.com>2009-02-13 12:45:32 -0500
commit264f51739dbf11f310de2d6f01cf563bb08dd50c (patch)
treeb1fa3af84d04daf8ef718680d17143e633ef3e18 /packages/busybox/files/mountall
parentfec216f25e71c0f2c82670f633b0f161d01cec0d (diff)
busybox: Add a 'mountall' file and install for CONFIG_FEATURE_MOUNT_FSTAB=y
For all versions of busybox that have the above enabled, bump PR and include the generic mountall (taken from sysvinit). In the inc file, if enabled make ${D}/etc/defaults/ and put this in there.
Diffstat (limited to 'packages/busybox/files/mountall')
-rw-r--r--packages/busybox/files/mountall1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/busybox/files/mountall b/packages/busybox/files/mountall
new file mode 100644
index 0000000000..d5408b8f8d
--- /dev/null
+++ b/packages/busybox/files/mountall
@@ -0,0 +1 @@
+MOUNTALL="-t nonfs,nosmbfs,noncpfs"