mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Add an MBR to our release media to aid booting some IBM systems.
This commit is contained in:
parent
97e0f2b43e
commit
bb6d0c6c0c
1 changed files with 2 additions and 0 deletions
|
|
@ -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=""
|
||||
|
|
|
|||
Loading…
Reference in a new issue