diff options
Diffstat (limited to 'hosts/soy')
| -rwxr-xr-x | hosts/soy/Scripts/all.sh | 2 | ||||
| -rwxr-xr-x | hosts/soy/Scripts/mount-code.sh | 2 | ||||
| -rwxr-xr-x | hosts/soy/Scripts/mount-samba.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/hosts/soy/Scripts/all.sh b/hosts/soy/Scripts/all.sh index b08eab1..d99e2fa 100755 --- a/hosts/soy/Scripts/all.sh +++ b/hosts/soy/Scripts/all.sh @@ -1,4 +1,4 @@ #! /usr/bin/env sh -./mount-code.sh +./mount-samba.sh ./set-keyboard.sh ./disable-keybinds.sh diff --git a/hosts/soy/Scripts/mount-code.sh b/hosts/soy/Scripts/mount-code.sh deleted file mode 100755 index 928c65e..0000000 --- a/hosts/soy/Scripts/mount-code.sh +++ /dev/null @@ -1,2 +0,0 @@ -#! /usr/bin/env sh -sudo mount -t nfs4 -o rw,bg,hard,fsc,proto=tcp,timeo=600,retrans=2,nfsvers=4,minorversion=2 192.168.1.206:/srv/nfs/c /home/andrew/c diff --git a/hosts/soy/Scripts/mount-samba.sh b/hosts/soy/Scripts/mount-samba.sh new file mode 100755 index 0000000..63ca111 --- /dev/null +++ b/hosts/soy/Scripts/mount-samba.sh @@ -0,0 +1,2 @@ +#! /usr/bin/env sh +sudo mount -t nfs4 -o rw,bg,hard,fsc,rsize=32768,wsize=32768,tcp,timeo=600,nfsvers=4,minorversion=2 192.168.1.206:/srv/nfs/samba /home/andrew/samba |