Magellan Linux

Annotation of /trunk/installer/include/install_log.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1064 - (hide annotations) (download) (as text)
Mon May 31 21:21:43 2010 UTC (13 years, 11 months ago) by niro
File MIME type: application/x-sh
File size: 272 byte(s)
-install_log preparation script

1 niro 1064 #!/bin/bash
2     # $Id$
3    
4     source /etc/installer.conf
5    
6     : ${INSTALL_ROOT="/mnt/magellan"}
7    
8     case $1 in
9     --prepare) :> ${INSTALLER_LOG} ;;
10     --copy)
11     install -d ${INSTALL_ROOT}/$(dirname ${INSTALLER_LOG})
12     install -m0644 ${INSTALLER_LOG} ${INSTALL_ROOT}/${INSTALLER_LOG}
13     ;;
14     esac

Properties

Name Value
svn:keywords Id