Changeset ed56e8b for final-system/ppc64
- Timestamp:
- May 9, 2006, 10:58:40 AM (19 years ago)
- Children:
- 20c9386
- Parents:
- 06b9107
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/ppc64/powerpc-utils.xml
r06b9107 red56e8b 15 15 </indexterm> 16 16 17 <sect2 role="package"> 18 <title/> 19 20 <!--- this starts with a straight copy of the ppc version, we can replace 21 the duplicate text with links after the build works --> 22 23 <para>The Powerpc-Utils package contains a number of utilities for Power 24 Macintoshes and other similar machines. Most of these utilities are now 25 obsolete, but <command>nvsetenv</command> is needed by <command>ybin</command> 26 to install the bootloader on an hfs partition.</para> 27 28 <segmentedlist> 29 <segtitle>&dependencies;</segtitle> 30 31 <seglistitem> 32 <seg>GCC, Gzip, Make, and Patch</seg> 33 </seglistitem> 34 </segmentedlist> 35 36 </sect2> 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 18 href="../ppc/powerpc-utils.xml" 19 xpointer="xpointer(//*[@role='package'])"/> 37 20 38 21 <sect2 role="installation"> 39 22 <title>Installation of Powerpc-Utils</title> 40 23 41 <caution> 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 href="../ppc/powerpc-utils.xml" 26 xpointer="xpointer(//*[@os='a'])"/> 42 27 43 <para>There is a question mark hanging over this package - 44 until we can get the bootloader to work, we cannot be certain 45 if any of the issues are in fact within this package's build. 46 </para> 47 48 </caution> 49 50 <para>This package, originally pmac-utils, has issues with 51 NewWorld Macintoshes. The following patch fixes these issues 52 and generally allows us to pass the required flags to the 53 compiler:</para> 54 28 <!-- this patch *probably* works on ppc32, but I haven't tested it there, 29 so for the moment it does little harm to use a separate version --> 55 30 <screen><userinput>patch -Np1 -i ../&powerpcutils64-patch;</userinput></screen> 56 31 57 <para>Compile the needed programs:</para> 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 href="../ppc/powerpc-utils.xml" 34 xpointer="xpointer(//*[@os='c'])"/> 58 35 59 36 <screen><userinput>EXTRACFLAGS="${BUILD32}" make nvsetenv nvsetvol</userinput></screen> 60 37 61 <para>Install the package:</para> 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 39 href="../ppc/powerpc-utils.xml" 40 xpointer="xpointer(//*[@os='e'])"/> 62 41 63 <screen><userinput>install -m755 nvsetenv nvsetvol /usr/sbin 64 install -m644 nvsetenv.8 nvsetvol.8 /usr/share/man/man8</userinput></screen> 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 43 href="../ppc/powerpc-utils.xml" 44 xpointer="xpointer(//*[@os='f'])"/> 65 45 66 46 </sect2> 67 47 68 <sect2 id="contents-powerpc-utils" role="content"> 69 <title>Contents of Powerpc-Utils</title> 70 71 <segmentedlist> 72 <segtitle>Installed programs</segtitle> 73 74 <seglistitem> 75 <seg>nvsetenv, nvsetvol</seg> 76 </seglistitem> 77 </segmentedlist> 78 79 <variablelist> 80 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 81 <?dbfo list-presentation="list"?> 82 <?dbhtml list-presentation="table"?> 83 84 <varlistentry id="nvsetenv"> 85 <term><command>nvsetenv</command></term> 86 <listitem> 87 <para>Manipulate variables in the non-volatile RAM.</para> 88 <indexterm zone="ch-system-powerpc-utils nvsetenv"> 89 <primary sortas="b-nvsetenv">nvsetenv</primary> 90 </indexterm> 91 </listitem> 92 </varlistentry> 93 94 <varlistentry id="nvsetvol"> 95 <term><command>nvsetvol</command></term> 96 <listitem> 97 <para>Adjust the volume of the boot-up chime on Macintoshes.</para> 98 <indexterm zone="ch-system-powerpc-utils nvsetvol"> 99 <primary sortas="b-nvsetvol">nvsetvol</primary> 100 </indexterm> 101 </listitem> 102 </varlistentry> 103 104 </variablelist> 105 106 </sect2> 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 49 href="../ppc/powerpc-utils.xml" 50 xpointer="xpointer(id('contents-powerpc-utils'))"/> 107 51 108 52 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.