archboot/hooks/arch-base
Alexander Baldeck 2a150b1dca Initial revision
2007-02-22 22:46:50 +00:00

10 lines
231 B
Text

# 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
}