File: start

package info (click to toggle)
fai 2.8.4sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,284 kB
  • ctags: 176
  • sloc: sh: 3,362; perl: 1,591; makefile: 142
file content (21 lines) | stat: -rwxr-xr-x 484 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
#
# Thomas Lange, lange@informatik.uni-koeln.de, 2003

set -a
. /tmp/install_config/bin/subroutines
. /tmp/install_config/bin/subroutines-sunos
fai_init
prtconf -p > $LOGDIR/prtconf.log
[ "$debug" ] && set | perl -ne 'print if /^\w\w+=/' > $LOGDIR/start-variables.sh

# notwending? Es geht doch alles in begin.log rein
{
echo -n "Staring Installation: start script "; date -u
task confdir
task setup
task defclass
task defvar

task partition
} > >( tee -a $rcslog )  2>&1