archboot/hooks/arch-base

12 lines
267 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
ln -s /usr/bin/netcat /usr/bin/nc
2007-02-22 23:46:50 +01:00
}