Author: jim
Date: 2005-07-06 20:31:51 -0600 (Wed, 06 Jul 2005)
New Revision: 6426
Added:
branches/cross-lfs/BOOK/partitioning/sparc/
branches/cross-lfs/BOOK/partitioning/sparc/creatingpartition.xml
Modified:
branches/cross-lfs/BOOK/
branches/cross-lfs/BOOK/chroot/multilib/creatingdirs.xml
branches/cross-lfs/BOOK/introduction/sparc/changelog.xml
branches/cross-lfs/BOOK/introduction/sparc64/changelog.xml
branches/cross-lfs/BOOK/partitioning/sparc-chapter.xml
branches/cross-lfs/BOOK/partitioning/sparc64-chapter.xml
Log:
[EMAIL PROTECTED]: jim | 2005-07-06 16:01:18 -0700
Added note about how to setup sparc partitioning
Property changes on: branches/cross-lfs/BOOK
___________________________________________________________________
Name: svk:merge
- 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:6758
dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516
+ 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:6759
dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516
Modified: branches/cross-lfs/BOOK/chroot/multilib/creatingdirs.xml
===================================================================
--- branches/cross-lfs/BOOK/chroot/multilib/creatingdirs.xml 2005-07-07
02:31:42 UTC (rev 6425)
+++ branches/cross-lfs/BOOK/chroot/multilib/creatingdirs.xml 2005-07-07
02:31:51 UTC (rev 6426)
@@ -35,8 +35,7 @@
install -d /opt/{bin,doc,include,info}
install -d /opt/{lib{,64},man/man{1,2,3,4,5,6,7,8}}
install -d /usr/lib/locale
-install -d /usr/lib{,64}
-ln -s locale /usr/lib64</userinput></screen>
+install -d /usr/lib{,64}</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/creatingdirs.xml"
Modified: branches/cross-lfs/BOOK/introduction/sparc/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/sparc/changelog.xml 2005-07-07
02:31:42 UTC (rev 6425)
+++ branches/cross-lfs/BOOK/introduction/sparc/changelog.xml 2005-07-07
02:31:51 UTC (rev 6426)
@@ -76,6 +76,15 @@
-->
<listitem>
+ <para>July 6, 2005</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jim] - Added a partitioning information.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>July 3, 2005</para>
<itemizedlist>
<listitem>
Modified: branches/cross-lfs/BOOK/introduction/sparc64/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/sparc64/changelog.xml 2005-07-07
02:31:42 UTC (rev 6425)
+++ branches/cross-lfs/BOOK/introduction/sparc64/changelog.xml 2005-07-07
02:31:51 UTC (rev 6426)
@@ -82,6 +82,15 @@
-->
<listitem>
+ <para>July 6, 2005</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jim] - Added a partitioning information.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>July 3, 2005</para>
<itemizedlist>
<listitem>
Added: branches/cross-lfs/BOOK/partitioning/sparc/creatingpartition.xml
===================================================================
--- branches/cross-lfs/BOOK/partitioning/sparc/creatingpartition.xml
2005-07-07 02:31:42 UTC (rev 6425)
+++ branches/cross-lfs/BOOK/partitioning/sparc/creatingpartition.xml
2005-07-07 02:31:51 UTC (rev 6426)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+]>
+
+<sect1 id="ch-partitioning-creatingpartition">
+ <?dbhtml filename="creatingpartition.html"?>
+
+ <title>Creating a New Partition</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/creatingpartition.xml"
+ xpointer="xpointer(/sect1/para[1]/range-to(/sect1/para[last()]))"/>
+
+ <para>On a Sparc system we have to create special partition first. This
+ partition is called Whole disk, and must be the 3rd partition on the
+ disk.</para>
+
+ <para>The other partitions are virtual slices os this Whole disk partition.
+ But there are some limitations on the first partion of hda or sda on the
+ system. This partition must be less than 2 gigabytes and this partition must
+ be root.</para>
+
+</sect1>
Modified: branches/cross-lfs/BOOK/partitioning/sparc-chapter.xml
===================================================================
--- branches/cross-lfs/BOOK/partitioning/sparc-chapter.xml 2005-07-07
02:31:42 UTC (rev 6425)
+++ branches/cross-lfs/BOOK/partitioning/sparc-chapter.xml 2005-07-07
02:31:51 UTC (rev 6426)
@@ -12,7 +12,7 @@
<title>Preparing a New Partition</title>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/introduction.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/creatingpartition.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="sparc/creatingpartition.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/creatingfilesystem.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/mounting.xml"/>
Modified: branches/cross-lfs/BOOK/partitioning/sparc64-chapter.xml
===================================================================
--- branches/cross-lfs/BOOK/partitioning/sparc64-chapter.xml 2005-07-07
02:31:42 UTC (rev 6425)
+++ branches/cross-lfs/BOOK/partitioning/sparc64-chapter.xml 2005-07-07
02:31:51 UTC (rev 6426)
@@ -12,7 +12,7 @@
<title>Preparing a New Partition</title>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/introduction.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/creatingpartition.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="sparc/creatingpartition.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/creatingfilesystem.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/mounting.xml"/>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page