Magellan Linux

Diff of /alx-src/trunk/tinyalxconfig-ng/init.d/alxsettings

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

revision 388 by niro, Wed Jun 4 16:54:35 2008 UTC revision 418 by niro, Wed Jun 4 21:00:17 2008 UTC
# Line 2  Line 2 
2    
3  # <niro@magellan-linux.de>  # <niro@magellan-linux.de>
4    
5  #%rlevels: 7:s 0:k 6:k  #%rlevels: 7:s 0:k
6  #%start: 41  #%start: 41
7  #%stop: 01  #%stop: 01
8    
# Line 11  Line 11 
11  #%before:  #%before:
12  #%after:  #%after:
13    
14  # $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/init.d/alxsettings,v 1.3 2008-06-04 16:54:35 niro Exp $  # $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/init.d/alxsettings,v 1.7 2008-06-04 21:00:17 niro Exp $
15    
16  # checks first if the client was already configured and if it has an valid serial  # checks first if the client was already configured and if it has an valid serial
17  # if not it runs the autoconfiguration script  # if not it runs the autoconfiguration script
# Line 153  get_system_serial() Line 153  get_system_serial()
153   else   else
154   echo -e ${COLMAGENTA}"Preparing system for first boot"${COLDEFAULT}   echo -e ${COLMAGENTA}"Preparing system for first boot"${COLDEFAULT}
155   fi   fi
156     # cleaning up old data-crap
157     if [ -d /etc/sysconfig/hwsetup ]
158     then
159     echo -e ${COLOREDSTAR}"Cleaning up old data ..."
160     rm -f /etc/sysconfig/hwsetup/*
161     fi
162   ALX_HW_DETECT=true   ALX_HW_DETECT=true
163   /etc/init.d/hwdetect start   echo -en "${COLOREDSTAR}";hwsetup -p > /dev/null
164    
165   # set hostname to alx_default_hostname   # set hostname to alx_default_hostname
166   # use old hostname if this is a forced re-check   # use old hostname if this is a forced re-check
# Line 541  import_settings_local() Line 547  import_settings_local()
547   echo   echo
548   echo -e ${COLMAGENTA}"Importing detected settings to local system"${COLDEFAULT}   echo -e ${COLMAGENTA}"Importing detected settings to local system"${COLDEFAULT}
549    
  if [[ ${ALX_CONFD_NETWORKING} = false ]]  
  then  
  #[ ! -d ${SETTINGSPATH} ] && install -d ${SETTINGSPATH}  
  #echo "${NETCARD_DRIVER}" > ${SETTINGSPATH}/modules  
   
  # set an device alias for modprobe.conf  
  [ ! -d /etc/modules.d ] && install -d /etc/modules.d  
  echo "alias eth0 ${NETCARD_DRIVER}" > /etc/modules.d/net.eth0  
   
  # regenerate modprobe.conf  
  [ -x $(which modules-update) ] && modules-update || echo "cannot regen modprobe.conf"  
  evaluate_retval  
  fi  
   
550   # set system state to 'already configured'   # set system state to 'already configured'
551   touch /etc/alxconfig-ng/state/configured   touch /etc/alxconfig-ng/state/configured
552    

Legend:
Removed from v.388  
changed lines
  Added in v.418