Revision 23860,
417 bytes
checked in by geofft, 15 years ago
(diff) |
Missed one s/intrepid/jaunty/
|
Rev | Line | |
---|
[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 | |
---|
| 6 | cd / |
---|
[23860] | 7 | wget http://18.9.60.73/installer/jaunty/debathena-jaunty.tar.gz > /dev/tty5 2>&1 |
---|
[23857] | 8 | tar xzf debathena-jaunty.tar.gz |
---|
[23480] | 9 | chvt 5 |
---|
[23857] | 10 | sh debathena-jaunty/installer.sh < /dev/tty5 > /dev/tty5 2>&1 |
---|
[23480] | 11 | chvt 1 |
---|
| 12 | # Pick up the generated preseed file (if any): |
---|
[23857] | 13 | echo file://debathena-jaunty/preseed |
---|
Note: See
TracBrowser
for help on using the repository browser.