archboot/usr/lib/initcpio/hooks/arch_remote

11 lines
198 B
Text
Raw Normal View History

2009-12-11 11:28:56 +01:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
2007-02-22 23:46:50 +01:00
run_hook ()
{
2008-12-06 19:12:19 +01:00
# fix nfs
touch /var/lib/nfs/xtab
touch /var/lib/nfs/state
touch /var/lib/nfs/rmtab
touch /var/lib/nfs/etab
2007-02-22 23:46:50 +01:00
}