Provide a kboot.conf to allow powerpc64 install media to be booted on

Playstation 3 consoles running kboot or petitboot.

Approved by:	re (bz)
This commit is contained in:
Nathan Whitehorn 2011-08-14 14:36:32 +00:00
parent 54d34ff63d
commit 11f6a0164f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=224866

View File

@ -45,6 +45,9 @@ if [ "x$1" = "x-b" ]; then
EOF
bootable="$bootable -o chrp-boot"
# Playstation 3 boot code
echo "FreeBSD Install='/boot/loader.ps3'" > $4/etc/kboot.conf
shift
else
bootable=""