Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/plymouth/plymouth.client.class.in

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

revision 2158 by niro, Fri Jan 10 13:52:56 2014 UTC revision 2159 by niro, Fri Jan 10 13:53:24 2014 UTC
# Line 48  get_boot_theme() Line 48  get_boot_theme()
48    
49   case "${action}" in   case "${action}" in
50   current) rvecho "$(${chrooted} plymouth-set-default-theme)" ;;   current) rvecho "$(${chrooted} plymouth-set-default-theme)" ;;
51   system)   system)
52   for i in $(${chrooted} plymouth-set-default-theme --list)   for i in $(${chrooted} plymouth-set-default-theme --list)
53   do   do
54   rvecho "${i}"   rvecho "${i}"

Legend:
Removed from v.2158  
changed lines
  Added in v.2159