#!/bin/sh
#
# Script to run lilo and re-create the MBR 
#
export LANG=C
chroot /mnt/disk /sbin/lilo -v -C /etc/lilo.conf
sync
