diff options
| author | 2025-06-03 10:30:38 -0400 | |
|---|---|---|
| committer | 2025-06-03 10:30:38 -0400 | |
| commit | 68f39eb867c851acb651f79604aba119ecaa9527 (patch) | |
| tree | 856a3de46de8196736a8fd4c59395d7192aa8353 /hosts/soy | |
| parent | a28487fe6fbac72c7b1a752acab42dcc6ab46476 (diff) | |
| download | dotfiles-68f39eb867c851acb651f79604aba119ecaa9527.tar.gz dotfiles-68f39eb867c851acb651f79604aba119ecaa9527.tar.bz2 dotfiles-68f39eb867c851acb651f79604aba119ecaa9527.zip | |
Add some gentoo stuff and update cgit
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 |