aboutsummaryrefslogtreecommitdiff
path: root/content/docs/gentoo/installation.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/docs/gentoo/installation.md')
-rw-r--r--content/docs/gentoo/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/docs/gentoo/installation.md b/content/docs/gentoo/installation.md
index 2e0fccd..be39d85 100644
--- a/content/docs/gentoo/installation.md
+++ b/content/docs/gentoo/installation.md
@@ -156,7 +156,7 @@ emerge gentoo-sources genkernel -q
# /etc/fstab: static file system information.
#
#<fs> <mountpoint> <type> <opts> <dump/pass>
-/dev/vda3 / ext4 noatime 0 1
+/dev/vda3 / ext4 noatime,discard 0 1
/dev/vda2 /boot vfat noatime 1 2
/portage.img /usr/portage ext2 noatime,nodev,loop 0 0
{{< /highlight >}}