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
RevLine 
[23480]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
[23868]6cp /athena10-intrepid/preseed /target/root/debathena.preseed
[23500]7cp /athena10-intrepid/install-debathena.sh /target/root
[23480]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
[23500]13chroot /target sh /root/install-debathena.sh < /dev/tty5 > /dev/tty5 2>&1
[23480]14sleep 5
15chvt 1
Note: See TracBrowser for help on using the repository browser.