archboot/usr/lib/initcpio/hooks/arch_udev
2012-03-07 08:23:18 +01:00

8 lines
215 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
run_hook ()
{
# these static devices are created for convenience, to autoload the modules if necessary
# /dev/loop0
mknod -m 0660 /dev/loop0 b 7 0
}