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
1 changed files with 2 additions and 0 deletions

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=""