]> git.sur5r.net Git - bacula/rescue/blob - Branch-2.2/rescue/freebsd/run_lilo
Create tag Release-2.2.8
[bacula/rescue] / Branch-2.2 / 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