OpenWrt – Rev 4

Subversion Repositories:
Rev:
#!/bin/sh
# Copyright (C) 2006-2010 OpenWrt.org
# Copyright (C) 2010 Vertical Communications

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