Magellan Linux

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

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

revision 2831 by niro, Wed Feb 10 15:26:23 2016 UTC revision 2832 by niro, Wed Aug 30 13:54:01 2017 UTC
# Line 190  get_system_cmdline() Line 190  get_system_cmdline()
190   retval="$(read_cmdline ${variable})"   retval="$(read_cmdline ${variable})"
191   rvecho "${retval}"   rvecho "${retval}"
192  }  }
193    
194    help_system_arch()
195    {
196     mecho "get system.arch"
197     mecho "  Prints the system architecture"
198    }
199    
200    get_system_arch()
201    {
202     local retval
203    
204     retval="$(arch)"
205     rvecho "${retval}"
206    }

Legend:
Removed from v.2831  
changed lines
  Added in v.2832