]> git.sur5r.net Git - bacula/rescue/blob - rescue/freebsd/run_lilo
Tweak version
[bacula/rescue] / rescue / freebsd / run_lilo
1 #!/bin/sh
2 #
3 # Script to run lilo and re-create the MBR 
4 #
5 chroot /mnt/disk /sbin/lilo -v -C /etc/lilo.conf
6 sync