source: trunk/debathena/scripts/installer/pxe/intrepid/athena10-intrepid-loader.sh @ 23480

Revision 23480, 423 bytes checked in by amb, 16 years ago (diff)
The set of installer scripts and related material served by athena10.mit.edu which are invoked by MIT's PXE server.
RevLine 
[23480]1#!/bin/sh
2
3# This could probably all just go in the preseed file, but what a mess!
4# 18.9.60.73 = athena10.mit.edu (formerly 18.92.2.195)
5
6cd /
7wget http://18.9.60.73/installer/intrepid/athena10-intrepid.tar.gz > /dev/tty5 2>&1
8tar xzf athena10-intrepid.tar.gz
9chvt 5
10sh athena10-intrepid/installer.sh < /dev/tty5 > /dev/tty5 2>&1
11chvt 1
12# Pick up the generated preseed file (if any):
13echo file://athena10-intrepid/preseed
Note: See TracBrowser for help on using the repository browser.