Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/daemon/client/include/boot.client.class

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

revision 1923 by niro, Wed Nov 9 13:32:46 2011 UTC revision 1924 by niro, Wed Nov 9 13:56:01 2011 UTC
# Line 42  set_boot_splash() Line 42  set_boot_splash()
42    
43   case "${action}" in   case "${action}" in
44   enable)   enable)
45   sed -i "s:^\(export GRUB_CMDLINE_BOOTSPLASH=\).*:\1\"splash=silent,theme=default\"" /etc/conf.d/grub.conf   sed -i "s:^\(export GRUB_CMDLINE_BOOTSPLASH=\).*:\1\"splash=silent,theme=default\":" /etc/conf.d/grub
46   helper_boot_rebuild_bootconfig   helper_boot_rebuild_bootconfig
47   mecho "bootsplash enabled"   mecho "bootsplash enabled"
48   ;;   ;;
49   disable)   disable)
50   sed -i "s:^\(export GRUB_CMDLINE_BOOTSPLASH=\).*:\1\"splash=verbose,theme=default\"" /etc/conf.d/grub.conf   sed -i "s:^\(export GRUB_CMDLINE_BOOTSPLASH=\).*:\1\"splash=verbose,theme=default\":" /etc/conf.d/grub
51   helper_boot_rebuild_bootconfig   helper_boot_rebuild_bootconfig
52   mecho "bootsplash disabled"   mecho "bootsplash disabled"
53   ;;   ;;

Legend:
Removed from v.1923  
changed lines
  Added in v.1924