archboot/lib/initcpio/hooks/arch_udev

9 lines
215 B
Text
Raw Normal View History

2009-12-11 11:28:56 +01:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
2008-12-06 19:12:19 +01:00
run_hook ()
{
2010-12-12 09:24:58 +01:00
# these static devices are created for convenience, to autoload the modules if necessary
# /dev/loop0
mknod -m 0660 /dev/loop0 b 7 0
2008-12-06 19:12:19 +01:00
}