Changeset 866 in MondoRescue for branches/stable/mindi/rootfs/sbin/MyInsmod


Ignore:
Timestamp:
Oct 2, 2006, 7:45:36 PM (18 years ago)
Author:
Bruno Cornec
Message:
  • tabs inserted for scripts
  • MyInsmod should be less verbose
  • x86_64 directories taken in account in install-additional-tools
  • one useless function removed from init
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/rootfs/sbin/MyInsmod

    r30 r866  
    44for i in insmod.static insmod busybox ; do
    55    if [ "$i" = "busybox" ] ; then
    6         $i insmod $*
     6        $i insmod $* 2> /dev/null
    77    else
    8         $i $*
     8        $i $* 2> /dev/null
    99    fi
    1010    res=$?
Note: See TracChangeset for help on using the changeset viewer.