/[fai]/trunk/scripts/make-fai-bootfloppy
ViewVC logotype

Diff of /trunk/scripts/make-fai-bootfloppy

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1023 by lange, Sun Jan 27 14:16:55 2002 UTC revision 1028 by lange, Mon Jan 28 14:59:21 2002 UTC
# Line 35  mountopts="" Line 35  mountopts=""
35  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
36  die() {  die() {
37    
38      echo -e $*      echo -e "$@"
39      exit 99      exit 99
40  }  }
41  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Line 93  if [ "$UID" -ne 0 ]; then Line 93  if [ "$UID" -ne 0 ]; then
93  fi  fi
94    
95  # additional kernel parameter  # additional kernel parameter
96  params=$*  params="$@"
97    
98  . /etc/fai/fai.conf  . /etc/fai/fai.conf
99    

Legend:
Removed from v.1023  
changed lines
  Added in v.1028

  ViewVC Help
Powered by ViewVC 1.1.5