Ignore:
Timestamp:
08/07/2022 04:00:23 PM (21 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
s6-init
Children:
57c4c384
Parents:
f628276
Message:

First commit to add S6 as init system (like systemd)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/createfiles.xml

    rf628276 r193913e  
    6161  command:</para>
    6262
    63 <screen revision="sysv"><userinput>cat &gt; /etc/passwd &lt;&lt; "EOF"
     63<screen revision="sysv,s6"><userinput>cat &gt; /etc/passwd &lt;&lt; "EOF"
    6464<literal>root:x:0:0:root:/root:/bin/bash
    6565bin:x:1:1:bin:/dev/null:/usr/bin/false
     
    9393  command:</para>
    9494
    95 <screen revision="sysv"><userinput>cat &gt; /etc/group &lt;&lt; "EOF"
     95<screen revision="sysv,s6"><userinput>cat &gt; /etc/group &lt;&lt; "EOF"
    9696<literal>root:x:0:
    9797bin:x:1:daemon
     
    169169  <systemitem class="groupname">tty</systemitem> group, and the number 5 is
    170170  also used in <phrase revision="systemd">systemd</phrase>
    171   <phrase revision="sysv"><filename>/etc/fstab</filename></phrase> for the
     171  <phrase revision="sysv,s6"><filename>/etc/fstab</filename></phrase> for the
    172172  <systemitem class="filesystem">devpts</systemitem> filesystem.
    173173  All other group names and GIDs can be chosen freely by the system
Note: See TracChangeset for help on using the changeset viewer.