archboot/hooks/arch-base

11 lines
231 B
Text
Raw Normal View History

2007-02-22 23:46:50 +01:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
run_hook ()
{
# fixing some symlinks
ln -s /sbin/halt /sbin/poweroff
ln -s /sbin/halt /sbin/reboot
ln -s /bin/chroot /usr/bin/chroot
ln -s /sbin/killall5 /bin/pidof
}