Comment 20 for bug 19196

Revision history for this message
Oliver Grawert (ogra) wrote :

i tried with editing /usr/share/initramfs-tools/scripts/nfs and changing the line:
nfsmount ${roflag} ${NFSROOT} ${rootmnt}
to
nfsmount -o rsize=2048,wsize=2048 ${roflag} ${NFSROOT} ${rootmnt}
(afterwards sudo dpkg-reconfigure linux-image-`uname -r` and
sudo ltsp-update-kernels outside the chroot)

didnt change a thing here :-/
i additionally tried nolock as well as different sizes (1024, 4096 and 8192)

i rather suspect the problem on the server side...