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

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