Add an MBR to our release media to aid booting some IBM systems.

This commit is contained in:
Nathan Whitehorn 2011-06-12 00:14:57 +00:00
parent 97e0f2b43e
commit bb6d0c6c0c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223001

View File

@ -43,6 +43,8 @@ if [ "x$1" = "x-b" ]; then
<boot-script>boot &device;:&partition;,\ppc\chrp\loader</boot-script>
</chrp-boot>
EOF
bootable="$bootable -o chrp-boot"
shift
else
bootable=""