Magellan Linux

Diff of /smage/trunk/core/grub/mcore/files/10_mcore

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

revision 1906 by niro, Fri Sep 23 16:07:10 2011 UTC revision 1907 by niro, Wed Nov 9 12:12:53 2011 UTC
# Line 197  while [ "x$list" != "x" ] ; do Line 197  while [ "x$list" != "x" ] ; do
197    fi    fi
198    
199    linux_entry "${OS}" "${version}" false \    linux_entry "${OS}" "${version}" false \
200        "${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_LINUX_DEFAULT}"        "${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_LINUX_DEFAULT} ${GRUB_CMDLINE_BOOTSPLASH} "
201    
202    list=`echo $list | tr ' ' '\n' | grepvx $linux | tr '\n' ' '`    list=`echo $list | tr ' ' '\n' | grepvx $linux | tr '\n' ' '`
203  done  done

Legend:
Removed from v.1906  
changed lines
  Added in v.1907