]> git.armaanb.net Git - asd-repo.git/blobdiff - junk/syslinux-bin/post-install
syslinux-bin: new package at 6.0.4
[asd-repo.git] / junk / syslinux-bin / post-install
diff --git a/junk/syslinux-bin/post-install b/junk/syslinux-bin/post-install
new file mode 100755 (executable)
index 0000000..de41951
--- /dev/null
@@ -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