<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  <!ENTITY % general-entities SYSTEM "../../general.ent">
  %general-entities;
]>

<sect1 id="ch-system-powerpc-utils" role="wrap">
  <?dbhtml filename="powerpc-utils.html"?>

  <title>Powerpc-Utils_&powerpcutils-version;</title>

  <indexterm zone="ch-system-powerpc-utils">
    <primary sortas="a-Powerpc-Utils">Powerpc-Utils</primary>
  </indexterm>

  <sect2 role="package">
    <title/>

    <para>The Powerpc-Utils package contains a number of utilities for Power
    Macintoshes and other similar machines.  Most of these utilities are now
    obsolete, but <command>nvsetenv</command> is needed by <command>ybin</command>
    to install the bootloader on an hfs partition.</para>

  </sect2>

  <sect2 role="installation">
    <title>Installation of Powerpc-Utils</title>

    <para os="a">This package, originally pmac-utils, has issues with
    NewWorld Macintoshes. The following patch fixes these issues
    and generally updates the package:</para>

<screen os="b"><userinput>patch -Np1 -i ../&powerpcutils-patch;</userinput></screen>

    <para os="c">Compile the needed programs:</para>

<screen os="d"><userinput>make nvsetenv nvsetvol</userinput></screen>

    <para os="e">Install the package:</para>

<screen os="f"><userinput>install -v -m755 nvsetenv nvsetvol /usr/sbin
install -v -m644 nvsetenv.8 nvsetvol.8 /usr/share/man/man8</userinput></screen>

  </sect2>

  <sect2 id="contents-powerpc-utils" role="content">
    <title>Contents of Powerpc-Utils</title>

    <segmentedlist>
      <segtitle>Installed programs</segtitle>

      <seglistitem>
        <seg>nvsetenv, nvsetvol</seg>
      </seglistitem>
    </segmentedlist>

    <variablelist>
      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
      <?dbfo list-presentation="list"?>
      <?dbhtml list-presentation="table"?>

      <varlistentry id="nvsetenv">
        <term><command>nvsetenv</command></term>
        <listitem>
          <para>Manipulate variables in the non-volatile RAM.</para>
          <indexterm zone="ch-system-powerpc-utils nvsetenv">
            <primary sortas="b-nvsetenv">nvsetenv</primary>
          </indexterm>
        </listitem>
      </varlistentry>

      <varlistentry id="nvsetvol">
        <term><command>nvsetvol</command></term>
        <listitem>
          <para>Adjust the volume of the boot-up chime on Macintoshes.</para>
          <indexterm zone="ch-system-powerpc-utils nvsetvol">
            <primary sortas="b-nvsetvol">nvsetvol</primary>
          </indexterm>
        </listitem>
      </varlistentry>

    </variablelist>

  </sect2>

</sect1>
