Revision: | 1130 |
Committed: | 2008-12-01T21:18:23-08:00 (16 years, 7 months ago) by douglas |
Content type: | text/x-sh |
File size: | 209 byte(s) |
Log Message: | Change things around so they actually work for PXE booting FreeBSD; which seems to require NFS to actually work the way I want. |
# | Content |
---|---|
1 | #!/usr/bin/env bash |
2 | # Soekris Boot Upload |
3 | # |
4 | # Douglas Thrift |
5 | # |
6 | # $Id$ |
7 | |
8 | server='slowhand.douglasthrift.net' |
9 | path='DouglasThrift.net/WWW/data/computers/download' |
10 | |
11 | rsync -Pv soekrisboot-*.tar.bz2 "$server:$path" |
Name | Value |
---|---|
svn:executable | * |
svn:keywords | Id |
svn:mime-type | text/x-sh |