Revision 22901,
608 bytes
checked in by tabbott, 16 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 | |
---|
6 | ln -s $SYSTEM/installer /installer |
---|
7 | cd /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 |
---|
11 | echo -n "Cleaning up and saving the install.log file... " |
---|
12 | root/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 |
---|
15 | echo "done." |
---|
16 | echo "Rebooting..." |
---|
Note: See
TracBrowser
for help on using the repository browser.