From 6d61f1279978db9a36a4df39bb208b078e89c2b8 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Wed, 16 Oct 2019 23:45:46 -0400 Subject: avoid initrd race condition --- src/initrd/common.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/initrd') diff --git a/src/initrd/common.sh b/src/initrd/common.sh index 5c8ece3..c38fb77 100644 --- a/src/initrd/common.sh +++ b/src/initrd/common.sh @@ -47,6 +47,7 @@ bootmenu() if [ $? != 0 -a ! "$no_panic" ]; then panic "error loading boot menu! the system won't be usable :(" fi + samizdat_install_udev_rules if [ "$do_trigger" ]; then force_grok_block fi -- cgit v1.2.3