recovery-initramfs-init: delete mdev's cold scan
In previous line we are launching the mdev in daemon mode. One of the first tasks the daemon mode performs is a cold scan, so there is no need to repeat it afterwards. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
8df1b0c246
commit
deed93cfb3
|
|
@ -506,7 +506,6 @@ mount -t tmpfs tmpfs /tmp
|
|||
echo > /dev/mdev.seq
|
||||
echo > /dev/mdev.log
|
||||
mdev -d
|
||||
mdev -s
|
||||
|
||||
# Give some time for the devices to settle down so mdev can mount all of them
|
||||
sleep 2
|
||||
|
|
|
|||
Loading…
Reference in New Issue