CDs are not partitioned, so this is not correct syntax for loading from
ISO 9660. Omit the partition ID. Approved by: re (kib) MFC after: 2 weeks
This commit is contained in:
parent
5d548e66ff
commit
348b50d91f
@ -40,7 +40,7 @@ if [ "x$1" = "x-b" ]; then
|
||||
<chrp-boot>
|
||||
<description>FreeBSD Install</description>
|
||||
<os-name>FreeBSD</os-name>
|
||||
<boot-script>boot &device;:&partition;,\ppc\chrp\loader</boot-script>
|
||||
<boot-script>boot &device;:,\ppc\chrp\loader</boot-script>
|
||||
</chrp-boot>
|
||||
EOF
|
||||
bootable="$bootable -o chrp-boot"
|
||||
|
Loading…
x
Reference in New Issue
Block a user