Author: bdubbs
Date: Thu Sep 27 11:01:39 2018
New Revision: 20541

Log:
Do some xml cleanup

Add a section to the starting page: Work from the LFS command line

Added:
   branches/basic/config.xml
      - copied, changed from r20540, branches/basic/postlfs/config/config.xml
Deleted:
   branches/basic/postlfs/config/config.xml
Modified:
   branches/basic/index.xml
   branches/basic/introduction/important/starting.xml

Copied and modified: branches/basic/config.xml (from r20540, 
branches/basic/postlfs/config/config.xml)
==============================================================================
--- branches/basic/postlfs/config/config.xml    Thu Sep 27 10:02:57 2018        
(r20540, copy source)
+++ branches/basic/config.xml   Thu Sep 27 11:01:39 2018        (r20541)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE chapter 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">
+  <!ENTITY % general-entities SYSTEM "general.ent">
   %general-entities;
 ]>
 
@@ -39,25 +39,12 @@
   topics&mdash;<xref linkend="postlfs-config-profile"/> and
   <xref linkend="postlfs-config-vimrc"/>.</para>
 
-<!--  <para> The remaining topics, <xref linkend="postlfs-config-logon"/>,
-  <phrase revision="sysv"><xref linkend="postlfs-config-random"/>,</phrase>
-  and <xref linkend="autofs"/> are then addressed, in that order. They
-  don't have much interaction with the other topics in this chapter.</para> -->
-
-  <xi:include xmlns:xi="&xinclude;" href="bootdisk.xml"/>
-  <xi:include xmlns:xi="&xinclude;" href="console-fonts.xml"/>
-  <xi:include xmlns:xi="&xinclude;" href="firmware.xml"/>
-  <xi:include xmlns:xi="&xinclude;" href="../filesystems/initramfs.xml"/>
-  <xi:include xmlns:xi="&xinclude;" href="devices.xml"/>
-<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="skel.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="users.xml"/>-->
-  <xi:include xmlns:xi="&xinclude;" href="profile.xml"/>
-  <xi:include xmlns:xi="&xinclude;" href="vimrc.xml"/>
-<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="logon.xml"/>-->
-
-  <!-- sysv only -->
-  <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="random.xml"/>
-
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="lsb-release.xml"/>-->
+  <xi:include xmlns:xi="&xinclude;" href="postlfs/config/bootdisk.xml"/>
+  <xi:include xmlns:xi="&xinclude;" href="postlfs/config/console-fonts.xml"/>
+  <xi:include xmlns:xi="&xinclude;" href="postlfs/config/firmware.xml"/>
+  <xi:include xmlns:xi="&xinclude;" href="postlfs/filesystems/initramfs.xml"/>
+  <xi:include xmlns:xi="&xinclude;" href="postlfs/config/devices.xml"/>
+  <xi:include xmlns:xi="&xinclude;" href="postlfs/config/profile.xml"/>
+  <xi:include xmlns:xi="&xinclude;" href="postlfs/config/vimrc.xml"/>
 
 </chapter>

Modified: branches/basic/index.xml
==============================================================================
--- branches/basic/index.xml    Thu Sep 27 10:02:57 2018        (r20540)
+++ branches/basic/index.xml    Thu Sep 27 11:01:39 2018        (r20541)
@@ -15,7 +15,7 @@
   <xi:include xmlns:xi="&xinclude;" href="intro.xml"/>
 
   <!-- Content -->
-  <xi:include xmlns:xi="&xinclude;" href="postlfs/config/config.xml"/>
+  <xi:include xmlns:xi="&xinclude;" href="config.xml"/>
   <xi:include xmlns:xi="&xinclude;" href="cmdline.xml"/>
   <xi:include xmlns:xi="&xinclude;" href="admin.xml"/>
   <xi:include xmlns:xi="&xinclude;" href="support.xml"/>

Modified: branches/basic/introduction/important/starting.xml
==============================================================================
--- branches/basic/introduction/important/starting.xml  Thu Sep 27 10:02:57 
2018        (r20540)
+++ branches/basic/introduction/important/starting.xml  Thu Sep 27 11:01:39 
2018        (r20541)
@@ -199,6 +199,41 @@
 
   </sect3>
 
+  <sect3>
+  <title>Work from the LFS command line</title>
+
+    <para>
+       This method requiures installing 
+       <xref linkend='make-ca'/>,
+       <xref linkend='wget'/>, 
+       <xref linkend='gpm'/>, and 
+       <xref linkend='Links'/>
+       in chroot and then rebooting into the new LFS system. At this 
+       point the default system has six virtual consoles. Switching 
+       consoles is as easy as using the Alt-Fn key combinations where Fn is
+       between F1 and F6.  The Alt-LeftArrow and Alt-RightArrow key
+       combinations also will change the console.
+     </para>
+     
+     <para>
+       At this point you can log into two different virtual consoles and run
+       the links browser in one console and bash in the other. GPM then allows
+       copying commands from the browser with the left mouse button, switching
+       consoles, and pasting into the other console.
+      </para>
+
+      <note>
+        <para>
+          As a side note, switching of virtual consoles can also be done from
+          an X Window instance with the Ctrl-Alt-Fn key combination, but the
+          mouse copy operation does not work between the graphical interface
+          and a virtual console. You can return to the X Window display with
+          the Ctrl-Alt-Fn conbination where Fn is usually F7.
+        </para>
+      </note>
+
+  </sect3>
+
 
 
   </sect2>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to