diff options
author | Julien Dessaux | 2021-08-04 16:47:48 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-08-04 17:39:30 +0200 |
commit | 9b7ce5467176712b63bfa2e9c8b42f8eb327c435 (patch) | |
tree | fb1f8d7b011fd10111e1222be9dc81c1325881e8 /content/docs | |
parent | Finally wrote the Way of Kings book article (diff) | |
download | www-9b7ce5467176712b63bfa2e9c8b42f8eb327c435.tar.gz www-9b7ce5467176712b63bfa2e9c8b42f8eb327c435.tar.bz2 www-9b7ce5467176712b63bfa2e9c8b42f8eb327c435.zip |
Added blkdiscard blog article
Diffstat (limited to 'content/docs')
-rw-r--r-- | content/docs/gentoo/installation.md | 2 |
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 >}} |