Skip to content

dracut: handle the timeout correctly

Filip Pokryvka requested to merge fp/dracut into main

Avoid mounting FS from host and guest at the same time. Even ro mount mess with journal and ro,norecovery doesn't read changes made by VM. Rely on /tmp/dracut_boot.log instead. Now using pexpect on tail -f, we can measure the exact time, until machine booted.

@RunFeatures:dracut

Edited by Filip Pokryvka

Merge request reports