1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-07-26 08:33:50 +00:00

fix /etc/fstab

This commit is contained in:
Kyle Glaws
2022-08-18 19:50:04 -04:00
parent c118fc2b0e
commit dee83d724d

View File

@ -1,7 +1,7 @@
# file system mount-point type options dump fsck
# order
LABEL=$LFSROOTLABEL / LFSFSTYPE defaults 1 1
LABEL=$LFSROOTLABEL / $LFSFSTYPE defaults 1 1
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