Changeset 9684126


Ignore:
Timestamp:
01/26/2004 02:03:22 AM (20 years ago)
Author:
Greg Schafer <greg@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
f2f5117
Parents:
5c8d965
Message:

Chapter 5 - Adding the user lfs: Added "-k /dev/null" to the
useradd command to prevent /etc/skel files from coming across.
Suggested by Anderson Lizardo.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3184 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r5c8d965 r9684126  
    5656</listitem>
    5757
     58<listitem><para>January 25th, 2004 [greg]: Chapter 5 - Adding the user lfs:
     59Added "-k /dev/null" to the useradd command to prevent /etc/skel files from
     60coming across.</para></listitem>
     61
    5862<listitem><para>January 21st, 2004 [alex]: Chapters 2 and 6 - Making a few
    5963extra cross references.</para></listitem>
  • chapter05/chapter05.xml

    r5c8d965 r9684126  
    314314issue the following commands to add the new user:</para>
    315315
    316 <screen><userinput>useradd -s /bin/bash -m lfs
     316<screen><userinput>useradd -s /bin/bash -m -k /dev/null lfs
    317317passwd lfs</userinput></screen>
    318318
  • index.xml

    r5c8d965 r9684126  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "CVS-2004-01-22">
    6 <!ENTITY releasedate "January 22nd, 2004">
     5<!ENTITY version "CVS-2004-01-25">
     6<!ENTITY releasedate "January 25th, 2004">
    77<!ENTITY milestone "5.1">
    88<!ENTITY nbsp " ">
Note: See TracChangeset for help on using the changeset viewer.