archboot/usr/lib/initcpio/hooks/arch_base
2013-08-21 09:56:38 +02:00

11 lines
316 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
run_hook ()
{
# fix x86_64 symlink on x86_64
[ "$(uname -r)" = "x86_64" ] && ln -s /usr/bin/setarch /usr/bin/x86_64
# these static devices are created for convenience, to autoload the modules if necessary
# /dev/loop0
mknod -m 0660 /dev/loop0 b 7 0
}