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


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/init

    r859 r866  
    328328    fi
    329329
    330 }
    331 
    332 
    333 SwapTheMountExecs() {
    334     if [ -e "/bin/mount.libc5" ] ; then
    335         LogIt "Swapping busybox's mount with libc5 mount"
    336         mv /bin/mount /bin/mount.bb
    337         mv /bin/mount.libc5 /bin/mount
    338         sync
    339     fi
    340330}
    341331
     
    480470fi
    481471res=$?
    482 SwapTheMountExecs
    483472ConfigureLoggingDaemons
    484473if [ -e "/tmp/USE-DEVFS" ] ; then
Note: See TracChangeset for help on using the changeset viewer.