Magellan Linux

Contents of /tags/installer-0_1_2/include/install_log.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1072 - (show annotations) (download) (as text)
Mon May 31 22:52:06 2010 UTC (14 years ago) by niro
File MIME type: application/x-sh
File size: 272 byte(s)
tagged 'installer-0_1_2'
1 #!/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