Revision 25406,
390 bytes
checked in by jdreed, 13 years ago
(diff) |
* Pretend to support oneiric
* Warn the user in stage1 if bad things are likely to happen
|
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 | |
---|
6 | cd / |
---|
7 | wget http://18.9.60.73/installer/oneiric/debathena.tar.gz > /dev/tty5 2>&1 |
---|
8 | tar xzf debathena.tar.gz |
---|
9 | chvt 5 |
---|
10 | sh debathena/installer.sh < /dev/tty5 > /dev/tty5 2>&1 |
---|
11 | chvt 1 |
---|
12 | # Pick up the generated preseed file (if any): |
---|
13 | echo file://debathena/preseed |
---|
Note: See
TracBrowser
for help on using the repository browser.