Changeset 2597 in MondoRescue for branches/2.2.10/mindi


Ignore:
Timestamp:
Mar 17, 2010, 3:55:34 AM (14 years ago)
Author:
Bruno Cornec
Message:

r3738@localhost: bruno | 2010-03-14 21:04:53 +0100

  • Removes devfs support
Location:
branches/2.2.10/mindi
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mindi/mindi

    r2596 r2597  
    21322132        echo ln -s lib lib64  >> $MINDI_TMP/ln.lis
    21332133    fi
    2134 
    2135     [ -e "/dev/.devfsd" ] && echo "/dev/.devfsd found" > $MINDI_CACHE/USE-DEVFS
    2136     echo  $MINDI_CACHE/USE-DEVFS >> $MIDI_TMP/cp.lis
    21372134
    21382135    # We need a minimal conf in the initial ramdisk
  • branches/2.2.10/mindi/rootfs/sbin/init

    r2596 r2597  
    807807res=$?
    808808ConfigureLoggingDaemons
    809 if [ -e "$MINDI_CACHE/USE-DEVFS" ] ; then
    810     umount /mnt/cdrom 2> /dev/null
    811     mv /dev/cdrom /cdrom.lnk 2> /dev/null
    812     CD_MOUNTED_OK=""
    813     RunDevfsd
    814 fi
    815809LoadKeymap
    816810WelcomeMessage
Note: See TracChangeset for help on using the changeset viewer.