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:
Nathan Whitehorn 2013-09-17 17:30:49 +00:00
parent 5d548e66ff
commit 348b50d91f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255641

View File

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