aboutsummaryrefslogtreecommitdiffstats
path: root/chapter10
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-20 10:27:12 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-20 10:29:29 -0500
commit215feb45ed5a9c0ebc1863aba05cdcce30501375 (patch)
tree415e42033123b23a4bcdba33d24c3aca9619b143 /chapter10
parent8e381701594e3ccadbdd507d084548325d9f2fbe (diff)
Adjust for systemd specific builds.
Diffstat (limited to 'chapter10')
-rw-r--r--chapter10/fstab.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter10/fstab.sh b/chapter10/fstab.sh
index c1668fb..f6de331 100644
--- a/chapter10/fstab.sh
+++ b/chapter10/fstab.sh
@@ -9,11 +9,6 @@ cat << EOF > /etc/fstab
${LFS_DISK}${LFS_PART} / ${LFS_FS,,} defaults 1 1
${LFS_SWAP} 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
# End /etc/fstab
EOF