Lx4U-book/docs/scripts/fstab.sh
2021-11-04 19:24:31 +03:00

7 lines
234 B
Bash

cat > /etc/fstab << "EOF"
# file system mount-point type options dump fsck
# order
/dev/sdX / ext4 defaults 1 1
EOF