Changeset 20ce064
- Timestamp:
- 09/27/2018 06:01:39 PM (6 years ago)
- Branches:
- basic
- Children:
- 4cf065d6
- Parents:
- 4de7ca7
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
config.xml
r4de7ca7 r20ce064 2 2 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 3 3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM " ../../general.ent">4 <!ENTITY % general-entities SYSTEM "general.ent"> 5 5 %general-entities; 6 6 ]> … … 40 40 <xref linkend="postlfs-config-vimrc"/>.</para> 41 41 42 <!-- <para> The remaining topics, <xref linkend="postlfs-config-logon"/>, 43 <phrase revision="sysv"><xref linkend="postlfs-config-random"/>,</phrase> 44 and <xref linkend="autofs"/> are then addressed, in that order. They 45 don't have much interaction with the other topics in this chapter.</para> --> 46 47 <xi:include xmlns:xi="&xinclude;" href="bootdisk.xml"/> 48 <xi:include xmlns:xi="&xinclude;" href="console-fonts.xml"/> 49 <xi:include xmlns:xi="&xinclude;" href="firmware.xml"/> 50 <xi:include xmlns:xi="&xinclude;" href="../filesystems/initramfs.xml"/> 51 <xi:include xmlns:xi="&xinclude;" href="devices.xml"/> 52 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="skel.xml"/> 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="users.xml"/>--> 54 <xi:include xmlns:xi="&xinclude;" href="profile.xml"/> 55 <xi:include xmlns:xi="&xinclude;" href="vimrc.xml"/> 56 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="logon.xml"/>--> 57 58 <!-- sysv only --> 59 <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="random.xml"/> 60 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lsb-release.xml"/>--> 42 <xi:include xmlns:xi="&xinclude;" href="postlfs/config/bootdisk.xml"/> 43 <xi:include xmlns:xi="&xinclude;" href="postlfs/config/console-fonts.xml"/> 44 <xi:include xmlns:xi="&xinclude;" href="postlfs/config/firmware.xml"/> 45 <xi:include xmlns:xi="&xinclude;" href="postlfs/filesystems/initramfs.xml"/> 46 <xi:include xmlns:xi="&xinclude;" href="postlfs/config/devices.xml"/> 47 <xi:include xmlns:xi="&xinclude;" href="postlfs/config/profile.xml"/> 48 <xi:include xmlns:xi="&xinclude;" href="postlfs/config/vimrc.xml"/> 62 49 63 50 </chapter> -
index.xml
r4de7ca7 r20ce064 16 16 17 17 <!-- Content --> 18 <xi:include xmlns:xi="&xinclude;" href=" postlfs/config/config.xml"/>18 <xi:include xmlns:xi="&xinclude;" href="config.xml"/> 19 19 <xi:include xmlns:xi="&xinclude;" href="cmdline.xml"/> 20 20 <xi:include xmlns:xi="&xinclude;" href="admin.xml"/> -
introduction/important/starting.xml
r4de7ca7 r20ce064 200 200 </sect3> 201 201 202 <sect3> 203 <title>Work from the LFS command line</title> 204 205 <para> 206 This method requiures installing 207 <xref linkend='make-ca'/>, 208 <xref linkend='wget'/>, 209 <xref linkend='gpm'/>, and 210 <xref linkend='Links'/> 211 in chroot and then rebooting into the new LFS system. At this 212 point the default system has six virtual consoles. Switching 213 consoles is as easy as using the Alt-Fn key combinations where Fn is 214 between F1 and F6. The Alt-LeftArrow and Alt-RightArrow key 215 combinations also will change the console. 216 </para> 217 218 <para> 219 At this point you can log into two different virtual consoles and run 220 the links browser in one console and bash in the other. GPM then allows 221 copying commands from the browser with the left mouse button, switching 222 consoles, and pasting into the other console. 223 </para> 224 225 <note> 226 <para> 227 As a side note, switching of virtual consoles can also be done from 228 an X Window instance with the Ctrl-Alt-Fn key combination, but the 229 mouse copy operation does not work between the graphical interface 230 and a virtual console. You can return to the X Window display with 231 the Ctrl-Alt-Fn conbination where Fn is usually F7. 232 </para> 233 </note> 234 235 </sect3> 236 202 237 203 238
Note:
See TracChangeset
for help on using the changeset viewer.