source: trunk/debathena/config/athena-chroot/installer/phase2.debathena @ 22901

Revision 22901, 608 bytes checked in by tabbott, 17 years ago (diff)
Initial checkin of Athena 9.4 chroot packages. Note that these packages require you to backport schroot 1.1.6
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3#### Important environment variables inherited from the miniroot are:
4#### SYSTEM, IPADDR, NETMASK
5
6ln -s $SYSTEM/installer /installer
7cd /installer
8#export LD_LIBRARY_PATH=root/lib
9#SHELL=/afs/sipb.mit.edu/project/debathena/packages/config/athena-chroot/phase2.backend.debathena root/usr/bin/script /tmp/ramfs/install.log
10/phase2.backend.debathena
11echo -n "Cleaning up and saving the install.log file... "
12root/bin/sed -f install-log.sed /tmp/ramfs/install.log \
13  > /sysimage/var/athena/install.log
14/installer/root/bin/chmod 644 /sysimage/var/athena/install.log
15echo "done."
16echo "Rebooting..."
Note: See TracBrowser for help on using the repository browser.