Magellan Linux

Diff of /tags/grubby-8_36/new-kernel-pkg

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

revision 1752 by niro, Sat Feb 18 01:22:03 2012 UTC revision 1756 by niro, Sat Feb 18 11:05:14 2012 UTC
# Line 548  update() Line 548  update()
548   fi   fi
549  }  }
550    
551  mkinitrd()  makeinitrd()
552  {  {
553   if [[ -n ${dracut} ]]   if [[ -n ${dracut} ]]
554   then   then
# Line 795  fi Line 795  fi
795    
796  if [[ ${initrd} = make ]]  if [[ ${initrd} = make ]]
797  then  then
798   mkinitrd   makeinitrd
799  elif [[ ${initrd} = remove ]]  elif [[ ${initrd} = remove ]]
800  then  then
801   rminitrd   rminitrd

Legend:
Removed from v.1752  
changed lines
  Added in v.1756