%general-entities; ]> Yaboot-&yaboot-version; Yaboot boot Installation of Yaboot The following patch allows ofpath to use PATH_PREFIX like the other ybin scripts: patch -Np1 -i ../&yaboot-ofpath_path-patch; The Makefile is already set to do kernel-style cross-compiling, but it will try to use strip to strip the second-stage loader. It also expects to be running as root for the install, and to install for the root user, which user LFS cannot do. The following command will fix this: cp Makefile,{.orig} sed -e "s/\(strip \)/${LFS_TARGET}-\1/" \ -e 's/-o root -g root//' \ Makefile.orig > Makefile make CROSS=${LFS_TARGET}- make CROSS=${LFS_TARGET}- ROOT=/tools PREFIX= install <para>Details on this package are located in <xref linkend="contents-yaboot" role="."/></para> </sect2> </sect1>