Do not overload mount-call - trying to reduce confusion
[openwrt/staging/florian.git] / target / linux / brcm47xx / base-files / lib / preinit / 15_mount_proc_brcm
1 #!/bin/sh
2
3 do_mount_procfs() {
4 mount -o noatime none /proc -t proc
5 }