/[fai]/trunk/lib/subroutines
ViewVC logotype

Diff of /trunk/lib/subroutines

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

revision 3685 by lange, Tue Jul 25 16:53:46 2006 UTC revision 3705 by lange, Mon Jul 31 20:52:00 2006 UTC
# Line 402  task_defvar() { Line 402  task_defvar() {
402  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
403  task_mountdisks() {  task_mountdisks() {
404    
405      [ ! -f $LOGDIR/$fstab ] && die "No $LOGDIR/$fstab created."      [ ! -f $LOGDIR/fstab ] && die "No $LOGDIR/fstab created."
406      # mount swap space      # mount swap space
407      local sd      local sd
408      for sd in $SWAPLIST; do      for sd in $SWAPLIST; do
409          swapon $sd && [ "$verbose" ] && echo "Enable swap device $sd"          swapon $sd && [ "$verbose" ] && echo "Enable swap device $sd"
410      done      done
411      mount2dir $FAI_ROOT $LOGDIR/$fstab      mount2dir $FAI_ROOT $LOGDIR/fstab
412  }  }
413  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
414  task_configure() {  task_configure() {

Legend:
Removed from v.3685  
changed lines
  Added in v.3705

  ViewVC Help
Powered by ViewVC 1.1.5