#!/bin/sh

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