ath79: do not build TP-Link tiny images by default
[oweals/openwrt.git] / target / linux / x86 / base-files / lib / preinit / 15_essential_fs_x86
1 # Copyright (C) 2006-2010 OpenWrt.org
2 # Copyright (C) 2010 Vertical Communications
3
4 do_mount_procfs() {
5         mount -o noatime -t proc none /proc
6 }
7