aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2019-02-27 22:42:53 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2019-02-28 21:53:57 -0800
commitc082eb1318dd438d1bd01dc038feffa9d47bc237 (patch)
tree870a4ed3612a4dc12d9ffacf6b1034a207906ea0 /defaults
parentMerge pull request #18 from gyakovlev/zfs-encryption (diff)
parentremove NFS rsize/wsize options from default (diff)
downloadgenkernel-c082eb1318dd438d1bd01dc038feffa9d47bc237.tar.gz
genkernel-c082eb1318dd438d1bd01dc038feffa9d47bc237.tar.bz2
genkernel-c082eb1318dd438d1bd01dc038feffa9d47bc237.zip
Merge 'remove NFS rsize/wsize options from default'
Rebased original commit b9b6c2d98aa19edcfda95a65c417719e714a67be to fix CRLF commit message that broke parsing of the headers. Fixes: https://github.com/gentoo/genkernel/pull/4 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'defaults')
-rwxr-xr-xdefaults/initrd.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/initrd.defaults b/defaults/initrd.defaults
index 2bf14f48..a4f2e8bc 100755
--- a/defaults/initrd.defaults
+++ b/defaults/initrd.defaults
@@ -86,7 +86,7 @@ overlayfs_modules_dir=mnt/cdrom
LOOPS='/livecd.loop /zisofs /livecd.squashfs /image.squashfs /livecd.gcloop'
-DEFAULT_NFSOPTIONS="ro,nolock,rsize=1024,wsize=1024"
+DEFAULT_NFSOPTIONS="ro,nolock"
# HWOPTS is the list of ALL options that take do/no prefixes, almost all of
# which match a MODULES_* variable; it is ALSO the order of evaluation.