Revision 23868,
494 bytes
checked in by geofft, 15 years ago
(diff) |
Minimal change to the Intrepid installer so it still works after r23867
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | # This is only invoked when the relevant preseed entry is passed in |
---|
4 | # during the preinstall questioning. (Thus, not for vanilla installs.) |
---|
5 | |
---|
6 | cp /athena10-intrepid/preseed /target/root/debathena.preseed |
---|
7 | cp /athena10-intrepid/install-debathena.sh /target/root |
---|
8 | if test -f /athena10-intrepid/pxe-install-flag ; then |
---|
9 | cp /athena10-intrepid/pxe-install-flag /target/root/pxe-install-flag |
---|
10 | fi |
---|
11 | |
---|
12 | chvt 5 |
---|
13 | chroot /target sh /root/install-debathena.sh < /dev/tty5 > /dev/tty5 2>&1 |
---|
14 | sleep 5 |
---|
15 | chvt 1 |
---|
Note: See
TracBrowser
for help on using the repository browser.