Changeset f770d727 for postlfs


Ignore:
Timestamp:
05/22/2016 05:57:57 PM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
7bfcd17
Parents:
096492a
Message:

Fix issue testing Shadow (/run/nologin), remove reboot during systemd reinstallation, minor text fixes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17395 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/shadow.xml

    r096492a rf770d727  
    4242    </para>
    4343
    44     &lfs79_checked;
     44    &lfs79_checked;&gcc6_checked;
    4545
    4646    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    446446      <sect4>
    447447        <title>Other common programs</title>
    448         <!--<title>'chfn', 'chgpasswd', 'chgpasswd', 'chsh', 'groupadd', 'groupdel',
    449         'groupmems', 'groupmod', 'newusers', 'useradd', 'userdel' and
    450         'usermod'</title>-->
    451448
    452449<screen role="root"><userinput>for PROGRAM in chfn chgpasswd chpasswd chsh groupadd groupdel \
     
    456453    sed -i "s/chage/$PROGRAM/" /etc/pam.d/${PROGRAM}
    457454done</userinput></screen>
     455
     456        <para>Because the installation of <application>systemd</application>
     457        is not yet complete, you will need to remove the
     458        <filename>/run/nologin</filename> file before testing the installation.
     459        Execute the following command as the
     460        <systemitem class="username">root</systemitem> user:</para>
     461
     462<screen role="root"><userinput>rm -f /run/nologin</userinput></screen>
    458463
    459464        <warning>
Note: See TracChangeset for help on using the changeset viewer.