source: final-system/ppc/powerpc-utils.xml @ 164c9be

Last change on this file since 164c9be was 164c9be, checked in by Jim Gifford <clfs@…>, 18 years ago

r631@server (orig r629): ken | 2005-11-04 17:35:21 -0800
add hfsutils and powerpc-utils, initial version, using the full debian patch for powerpc-utils.

  • Property mode set to 100644
File size: 3.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  <!ENTITY % patches-entities SYSTEM "../../patches.ent">
6  %general-entities;
7  %patches-entities;
8]>
9
10<sect1 id="ch-system-powerpc-utils" role="wrap">
11  <?dbhtml filename="powerpc-utils.html"?>
12
13  <title>Powerpc-Utils_&powerpcutils-version;</title>
14
15  <indexterm zone="ch-system-powerpc-utils">
16    <primary sortas="a-Powerpc-Utils">Powerpc-Utils</primary>
17  </indexterm>
18
19  <sect2 role="package">
20    <title/>
21
22    <para>The Powerpc-Utils package contains a number of utilities for Power
23    Macintoshes and other similar machines.  Most of these utilities are now
24    obsolete, but <command>nvsetenv</command> is needed by <command>ybin</command>
25    to install the bootloader on an hfs partition.</para>
26
27    <segmentedlist>
28      <segtitle>&buildtime;</segtitle>
29      <segtitle>&diskspace;</segtitle>
30
31      <seglistitem>
32        <seg>Not checked yet</seg>
33        <seg>Not checked yet</seg>
34      </seglistitem>
35    </segmentedlist>
36
37    <segmentedlist>
38      <segtitle>&dependencies;</segtitle>
39
40      <seglistitem>
41        <seg>GCC, Gzip, Make, and Patch</seg>
42      </seglistitem>
43    </segmentedlist>
44
45  </sect2>
46
47  <sect2 role="installation">
48    <title>Installation of Powerpc-Utils</title>
49
50    <para>This package, originally pmac-utils, has issues with NewWorld macintoshes.
51    The following debian patch fixes these issues and generally updates the package,
52    although it also introduces a bogus warning to update the kernel headers.</para>
53
54<screen><userinput>zcat ../&powerpcutils-patch; | patch -p1</userinput></screen>
55
56    <para>Compile the useful programs:</para>
57
58<screen><userinput>make nvsetenv nvsetvol</userinput></screen>
59
60    <para>Install the package:</para>
61
62<screen><userinput>install -m755 nvsetenv nvsetvol /usr/sbin
63install -m644 nvsetvol.8 /usr/share/man/man8</userinput></screen>
64
65  </sect2>
66
67  <sect2 id="contents-powerpc-utils" role="content">
68    <title>Contents of Powerpc-Utils</title>
69
70    <segmentedlist>
71      <segtitle>Installed programs</segtitle>
72
73      <seglistitem>
74        <seg>nvsetenv, nvsetvol</seg>
75      </seglistitem>
76    </segmentedlist>
77
78    <variablelist>
79      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
80      <?dbfo list-presentation="list"?>
81      <?dbhtml list-presentation="table"?>
82
83      <varlistentry id="nvsetenv">
84        <term><command>nvsetenv</command></term>
85        <listitem>
86          <para>Manipulate variables in the non-volatile RAM.</para>
87          <indexterm zone="ch-system-powerpc-utils nvsetenv">
88            <primary sortas="b-nvsetenv">nvsetenv</primary>
89          </indexterm>
90        </listitem>
91      </varlistentry>
92
93      <varlistentry id="nvsetvol">
94        <term><command>nvsetvol</command></term>
95        <listitem>
96          <para>Adjust the volume of the boot-up chime on Macintoshes.</para>
97          <indexterm zone="ch-system-powerpc-utils nvsetvol">
98            <primary sortas="b-nvsetvol">nvsetvol</primary>
99          </indexterm>
100        </listitem>
101      </varlistentry>
102
103    </variablelist>
104
105  </sect2>
106
107</sect1>
Note: See TracBrowser for help on using the repository browser.