source: trunk/debathena/scripts/installer/pxe/intrepid/athena10-intrepid/postinstall.sh @ 23868

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
6cp /athena10-intrepid/preseed /target/root/debathena.preseed
7cp /athena10-intrepid/install-debathena.sh /target/root
8if test -f /athena10-intrepid/pxe-install-flag ; then
9  cp /athena10-intrepid/pxe-install-flag /target/root/pxe-install-flag
10fi
11
12chvt 5
13chroot /target sh /root/install-debathena.sh < /dev/tty5 > /dev/tty5 2>&1
14sleep 5
15chvt 1
Note: See TracBrowser for help on using the repository browser.