aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/olpc/base-files/lib/preinit/15_essential_fs_x86
blob: be342433d26c29cb9d8b27e86257a788e568030e (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# Copyright (C) 2006-2010 OpenWrt.org
# Copyright (C) 2010 Vertical Communications

do_mount_procfs() {
	mount -t proc none /proc
}