Changeset 1863 in MondoRescue for branches/2.2.5/mindi/rootfs/sbin/init


Ignore:
Timestamp:
Jan 16, 2008, 12:00:03 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Try to overcome OpenSuSE stupidity in fstab format (why change again and again !) Ok, it keeps me busy, but I've not need for that anyway :-)
  • Increase sleep time after launching udevd to be sure it has time to start (again SuSE issue ?)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/rootfs/sbin/init

    r1837 r1863  
    316316    # Depending on udevd version it gives back the hand or not :-(
    317317    /sbin/udevd --daemon &
    318     sleep 2
     318    sleep 5
    319319    mkdir -p /dev/.udev/queue/
    320320    if [ -x /sbin/udevtrigger ]; then
Note: See TracChangeset for help on using the changeset viewer.