Ignore:
Timestamp:
06/27/2019 08:55:17 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ff3264f
Parents:
e77adf7
Message:

Move BLFS/trunk/BOOK and BLFS/trunk/bootscripts to
BLFS/branches/old-trunk-20190627 and BLFS/branches/old-bootscripts-20190627.

Move BLFS/branches/elogind-book and BLFS/branches/elogind-bootscripts
to trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21754 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
postlfs/filesystems
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/fuse3.xml

    re77adf7 r51dfb3e  
    182182
    183183<screen role="root"><userinput>cat &gt; /etc/fuse.conf &lt;&lt; "EOF"
    184 # Set the maximum number of FUSE mounts allowed to non-root users.
     184<literal># Set the maximum number of FUSE mounts allowed to non-root users.
    185185# The default is 1000.
    186186#
     
    190190# mount options.
    191191#
    192 #user_allow_other
     192#user_allow_other</literal>
    193193EOF</userinput></screen>
    194194
  • postlfs/filesystems/initramfs.xml

    re77adf7 r51dfb3e  
    5555
    5656    <screen role="root"><userinput>cat &gt; /sbin/mkinitramfs &lt;&lt; "EOF"
    57 #!/bin/bash
     57<literal>#!/bin/bash
    5858# This file based in part on the mkinitramfs script for the LFS LiveCD
    5959# written by Alexander E. Patrakov and Jeremy Huntwork.
     
    244244rm -rf $WDIR $unsorted
    245245printf "done.\n"
    246 
     246</literal>
    247247EOF
    248248
     
    251251    <screen role="root"><userinput>mkdir -p /usr/share/mkinitramfs &amp;&amp;
    252252cat &gt; /usr/share/mkinitramfs/init.in &lt;&lt; "EOF"
    253 #!/bin/sh
     253<literal>#!/bin/sh
    254254
    255255PATH=/bin:/usr/bin:/sbin:/usr/sbin
     
    358358
    359359exec switch_root /.root "$init" "$@"
    360 
     360</literal>
    361361EOF</userinput></screen>
    362362
Note: See TracChangeset for help on using the changeset viewer.