ba22849d1efbf5a6a7d9db12dacb03f57ab3c5b5
[openwrt/svn-archive/archive.git] / target / linux / x86 / base-files / lib / preinit / 15_essential_fs_x86
1 #!/bin/sh
2 # Copyright (C) 2006-2010 OpenWrt.org
3 # Copyright (C) 2010 Vertical Communications
4
5 do_mount_procfs() {
6 mount -t proc none /proc
7 }
8