X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=junk%2Fsyslinux-bin%2Fpost-install;fp=junk%2Fsyslinux-bin%2Fpost-install;h=de41951816343b3cb1044b24a46900b97341d230;hb=fe80141b7e9db626eaa323a8049ee6e2e7253bae;hp=0000000000000000000000000000000000000000;hpb=a2d2b7917e40ce5564e5b7526ad049c6a49fb5ad;p=asd-repo.git diff --git a/junk/syslinux-bin/post-install b/junk/syslinux-bin/post-install new file mode 100755 index 0000000..de41951 --- /dev/null +++ b/junk/syslinux-bin/post-install @@ -0,0 +1,9 @@ +#!/usr/bin/sh -e + +cat << EOF +To finish the install and write syslinux to the MBR, run: + + $ dd if=/usr/lib/extlinux/mbr.bin of=/dev/sda bs=440 count=1 + +Where /dev/sda is the target block device (not partition). +EOF