Update of /cvsroot/leaf/src/bering-uclibc4/source/initrd
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17695

Modified Files:
        root.linuxrc 
Log Message:
cleanup of commented code that will never be needed


Index: root.linuxrc
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/initrd/root.linuxrc,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** root.linuxrc        15 Nov 2010 19:33:37 -0000      1.15
--- root.linuxrc        18 Nov 2010 22:50:28 -0000      1.16
***************
*** 38,44 ****
  
  Lecho () { echo "LINUXRC: $@"; }
- #lsalias () { for i in $@; do 
- #                 cat /sys/bus/$i/devices/*/modalias 2>/dev/null;
- #             done; }
  
  PFX=/var/lib/lrpkg
--- 38,41 ----
***************
*** 94,102 ****
  fi
  
- #load device drivers
- #for i in `find /sys/devices -iname modalias`; do
- #     /sbin/modprobe `cat $i` 2>/dev/null 
- #done
- 
  for i in `echo $KCMD_KMODULES|sed 's/,/ /g'`; do
        /sbin/modprobe $i 2>/dev/null 
--- 91,94 ----
***************
*** 127,135 ****
  #sleep $usb_wait
  
- #load scsi drivers (SATA/IDE drives, flash)
- #for i in `lsalias scsi`; do
- #     /sbin/modprobe $i 2>/dev/null 
- #done
- 
  [ "$VERBOSE2" ] && (echo "Modules loaded:"; lsmod)
  
--- 119,122 ----
***************
*** 156,163 ****
  EOF
  
- #---------mdev------------
- #[ "$VERBOSE" ] && Lecho "Generating block devices..."
- #source $PFX/root.blk.mk
- 
  # Try to mount configuration device and read any leaf.cfg file
  # $KCMD_LEAFCFG could look like any of the following:
--- 143,146 ----
***************
*** 347,352 ****
  # group correctly. (No /etc/passwd and /etc/group on the first run : P )
  [ "$VERBOSE" ] && Lecho "chown and chmod /dev..."
- #source $PFX/root.dev.own
- #source $PFX/root.dev.mod
  /sbin/mdev -s
  
--- 330,333 ----


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to