4ca445623c6a6567777d6246faff8ee7b018e766
[openwrt.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 }