Author: pierre
Date: Tue Aug  6 20:11:05 2019
New Revision: 21906

Log:
remove weird role="user" attributes in openbox, and add a remap attribute to
LVM2

Modified:
   trunk/BOOK/postlfs/filesystems/lvm2.xml
   trunk/BOOK/x/wm/openbox.xml

Modified: trunk/BOOK/postlfs/filesystems/lvm2.xml
==============================================================================
--- trunk/BOOK/postlfs/filesystems/lvm2.xml     Tue Aug  6 20:08:33 2019        
(r21905)
+++ trunk/BOOK/postlfs/filesystems/lvm2.xml     Tue Aug  6 20:11:05 2019        
(r21906)
@@ -159,7 +159,7 @@
       as the <systemitem class="username">root</systemitem> user:
     </para>
 
-<screen role="root"><userinput>make -C tools install_tools_dynamic &amp;&amp;
+<screen role="root" remap="test"><userinput>make -C tools 
install_tools_dynamic &amp;&amp;
 make -C udev  install                 &amp;&amp;
 make -C libdm install</userinput></screen>
 

Modified: trunk/BOOK/x/wm/openbox.xml
==============================================================================
--- trunk/BOOK/x/wm/openbox.xml Tue Aug  6 20:08:33 2019        (r21905)
+++ trunk/BOOK/x/wm/openbox.xml Tue Aug  6 20:11:05 2019        (r21906)
@@ -194,7 +194,7 @@
         edit it:
       </para>
 
-<screen role="user"><userinput>cp -rf /etc/xdg/openbox 
~/.config</userinput></screen>
+<screen><userinput>cp -rf /etc/xdg/openbox ~/.config</userinput></screen>
       <para>
 
         <filename>~/.config/openbox/menu.xml</filename> can be edited with a
@@ -228,7 +228,7 @@
         available themes with the command:
       </para>
 
-<screen role="user"><userinput>ls -d /usr/share/themes/*/openbox-3 | sed 
's#.*es/##;s#/o.*##'</userinput></screen>
+<screen role="nodump"><userinput>ls -d /usr/share/themes/*/openbox-3 | sed 
's#.*es/##;s#/o.*##'</userinput></screen>
     </sect3>
 
     <sect3  id="openbox-init">
@@ -239,7 +239,7 @@
         <application>Xorg</application>:
       </para>
 
-<screen role="user"><userinput>echo openbox &gt; 
~/.xinitrc</userinput></screen>
+<screen><userinput>echo openbox &gt; ~/.xinitrc</userinput></screen>
 
       <para>
         If you want to set a background image to your desktop you can use
@@ -247,7 +247,7 @@
         openbox:
       </para>
 
-<screen role="user"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
+<screen role="nodump"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
 <literal>display -backdrop -window root /path/to/beautiful/picture.jpeg
 exec openbox</literal>
 EOF</userinput></screen>
@@ -258,7 +258,7 @@
         random each time you <command>xinit</command>:
       </para>
 
-<screen role="user"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
+<screen role="nodump"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
 <literal># make an array which lists the pictures:
 picture_list=(~/.config/backgrounds/*)
 # create a random integer between 0 and the number of pictures:
@@ -276,7 +276,7 @@
         <xref linkend="dbus"/>:
       </para>
 
-<screen role="user"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
+<screen role="nodump"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
 <literal>. /etc/profile
 picture_list=(~/.config/backgrounds/*)
 random_number=$(( ${RANDOM} % ${#picture_list[*]} ))
-- 
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