From ea38426a6928d4db3b716c3aeb34f29bf4bac40c Mon Sep 17 00:00:00 2001 From: Nico Dietrich Date: Thu, 6 Apr 2006 14:00:50 +0000 Subject: do nfs over tcp, unset env. variables after initrd git-svn-id: http://svn.openslx.org/svn/openslx/ld4@169 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initrd/distro-specs/ubuntu/functions-5.10 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'initrd/distro-specs') diff --git a/initrd/distro-specs/ubuntu/functions-5.10 b/initrd/distro-specs/ubuntu/functions-5.10 index 2e393b4a..272b966a 100644 --- a/initrd/distro-specs/ubuntu/functions-5.10 +++ b/initrd/distro-specs/ubuntu/functions-5.10 @@ -252,7 +252,7 @@ if [ -f /mnt/etc/init.d/autofs ] ; then echo -e "/home\t/etc/auto.${automnt_dir}\n" >> /mnt/etc/auto.master echo -e "# /etc/auto.${automnt_dir} created by $0:\n" \ > /mnt/etc/auto.${automnt_dir} - echo -e "*\t-rsize=32768,wsize=32768,rw\t${automnt_src}/&" \ + echo -e "*\t-rsize=32768,wsize=32768,tcp,rw\t${automnt_src}/&" \ >> /mnt/etc/auto.${automnt_dir} fi echo -e "# /etc/sysconfig/autofs - file modified by\n#\t$0:\n#" \ -- cgit v1.2.3-55-g7522