Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/basic-system/system.control.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 84  get_system_cmdline() Line 84  get_system_cmdline()
84   control_client "${serial}" get system.cmdline "${variable}"   control_client "${serial}" get system.cmdline "${variable}"
85  }  }
86    
87    help_system_arch()
88    {
89     local serial="${CLASS_ARGV[0]}"
90     control_client "${serial}" help system.arch
91    }
92    
93    get_system_arch()
94    {
95     local serial="${CLASS_ARGV[0]}"
96     control_client "${serial}" get system.arch
97    }
98    
99  push_config_10_system_passwd()  push_config_10_system_passwd()
100  {  {
101   local serial="$1"   local serial="$1"

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