15_essential_fs_x86 144 B

1234567
  1. # Copyright (C) 2006-2010 OpenWrt.org
  2. # Copyright (C) 2010 Vertical Communications
  3. do_mount_procfs() {
  4. mount -o noatime -t proc none /proc
  5. }