source: trunk/debathena/scripts/installer/pxe/stage1/debathena-loader.sh @ 25155

Revision 25155, 444 bytes checked in by jdreed, 13 years ago (diff)
* Add new stage1 bootstrapper (previously done by the jaunty installer) * Make natty stage2 noninteractive * Change typo in lucid installer which had wrong path to partman recipe
Line 
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/stage1/debathena.tar.gz > /dev/tty5 2>&1
8tar xzf debathena.tar.gz
9chvt 5
10sh debathena/installer.sh < /dev/tty5 > /dev/tty5 2>&1
11# We will in theory always kexec out before this point
12chvt 1
13# Pick up the generated preseed file (if any):
14echo file://debathena/preseed
Note: See TracBrowser for help on using the repository browser.