[lfs] branch openrc updated: fstab: Remove init system-specific instructions.

"Git Owner" ([email protected] via lfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.book
Message-ID <176525761730.12129.3543511023756209262@rivendell.linuxfromscratch.org>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch openrc
in repository lfs.

The following commit(s) were added to refs/heads/openrc by this push:
     new 1c3972d66 fstab: Remove init system-specific instructions.
1c3972d66 is described below

commit 1c3972d66413f01affc5e44d6abefe8b3f38b95f
Author: Zeckmathederg <[email protected]>
AuthorDate: Mon Dec 8 22:21:37 2025 -0700

    fstab: Remove init system-specific instructions.
---
 chapter10/fstab.xml | 21 +--------------------
 1 file changed, 1 insertion(+), 20 deletions(-)

diff --git a/chapter10/fstab.xml b/chapter10/fstab.xml
index dd89c5fb2..b8a940da4 100644
--- a/chapter10/fstab.xml
+++ b/chapter10/fstab.xml
@@ -19,26 +19,7 @@
   which must be checked (for integrity errors) prior to mounting. Create a new
   file systems table like this:</para>
 
-<screen revision="openrc"><userinput>cat &gt; /etc/fstab &lt;&lt; "EOF"
-<literal># Begin /etc/fstab
-
-# file system  mount-point    type     options             dump  fsck
-#                                                                order
-
-/dev/<replaceable>&lt;xxx&gt;</replaceable>     /              <replaceable>&lt;fff&gt;</replaceable>    defaults            1     1
-/dev/<replaceable>&lt;yyy&gt;</replaceable>     swap           swap     pri=1               0     0
-proc           /proc          proc     nosuid,noexec,nodev 0     0
-sysfs          /sys           sysfs    nosuid,noexec,nodev 0     0
-devpts         /dev/pts       devpts   gid=5,mode=620      0     0
-tmpfs          /run           tmpfs    defaults            0     0
-devtmpfs       /dev           devtmpfs mode=0755,nosuid    0     0
-tmpfs          /dev/shm       tmpfs    nosuid,nodev        0     0
-cgroup2        /sys/fs/cgroup cgroup2  nosuid,noexec,nodev 0     0
-
-# End /etc/fstab</literal>
-EOF</userinput></screen>
-
-<screen revision="systemd"><userinput>cat &gt; /etc/fstab &lt;&lt; "EOF"
+<screen><userinput>cat &gt; /etc/fstab &lt;&lt; "EOF"
 <literal># Begin /etc/fstab
 
 # file system  mount-point  type     options             dump  fsck

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.