]> git.armaanb.net Git - asd-repo.git/blob - junk/syslinux-bin/post-install
syslinux-bin: new package at 6.0.4
[asd-repo.git] / junk / syslinux-bin / post-install
1 #!/usr/bin/sh -e
2
3 cat << EOF
4 To finish the install and write syslinux to the MBR, run:
5     
6     $ dd if=/usr/lib/extlinux/mbr.bin of=/dev/sda bs=440 count=1
7
8 Where /dev/sda is the target block device (not partition).
9 EOF