ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FreeBSDAdmin/SoekrisBoot/upload
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.

File Contents

# User Rev Content
1 douglas 1124 #!/usr/bin/env bash
2 douglas 1130 # Soekris Boot Upload
3 douglas 1124 #
4     # Douglas Thrift
5     #
6     # $Id$
7    
8     server='slowhand.douglasthrift.net'
9     path='DouglasThrift.net/WWW/data/computers/download'
10    
11 douglas 1130 rsync -Pv soekrisboot-*.tar.bz2 "$server:$path"

Properties

Name Value
svn:executable *
svn:keywords Id
svn:mime-type text/x-sh