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:
Javier Viguera 2022-11-22 15:25:02 +01:00
parent 8df1b0c246
commit deed93cfb3
1 changed files with 0 additions and 1 deletions

View File

@ -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