2 # Copyright (C) 2006 OpenWrt.org
3 # Copyright (C) 2010 Vertical Communications
6 mount devfs
/dev
-t devfs
10 mount
-t tmpfs tmpfs
/dev
-o size
=512K
14 mount
-n -t tmpfs
-o mode
=0755 udev
/dev
18 if grep devfs
/proc
/filesystems
> /dev
/null
; then
20 elif [ -x /sbin
/hotplug2
]; then
22 elif [ -x /sbin
/udevd
]; then
27 boot_hook_add preinit_essential choose_device_fs