[package] base-files: preinit: get rid of /dev/null redirections and use grep -q...
[openwrt/svn-archive/archive.git] / package / base-files / files / lib / preinit / 99_10_mount_no_mtd
1 #!/bin/sh
2 # Copyright (C) 2006-2010 OpenWrt.org
3 # Copyright (C) 2010 Vertical Communications
4
5 do_mount_no_mtd() {
6 check_skip || {
7 mount_no_mtd
8 }
9 }
10
11 boot_hook_add preinit_mount_root do_mount_no_mtd
12