ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FreeBSDAdmin/PXEBoot/ubuntu
Revision: 1421
Committed: 2011-03-09T12:12:47-08:00 (14 years, 3 months ago) by douglas
Content type: text/x-sh
File size: 273 byte(s)
Log Message:
Updates!

File Contents

# Content
1 #!/bin/bash
2 # PXE Boot Ubuntu
3 #
4 # Douglas Thrift
5 #
6 # $Id$
7
8 distribution=maverick
9 architectures=(amd64 i386)
10
11 case $HOSTNAME in
12 (*.ccs.ucsb.edu)
13 mirror=ftp://ftp.ucsb.edu/pub/mirrors/linux/ubuntu-archive
14 ;;
15 (*)
16 mirror=http://us.archive.ubuntu.com/ubuntu
17 ;;
18 esac
19
20 debian

Properties

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