add preinit modularization work by Daniel Dickinson (cshore)
[openwrt/staging/mkresin.git] / target / linux / pxcab / base-files / lib / preinit / 15_essential_fs_pxcab
1 #!/bin/sh
2
3 #!/bin/sh
4
5 do_mount_procfs() {
6 mount -t proc none /proc
7 }
8