1
0

15_essential_fs_x86 154 B

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