From eab4091ba437ed510d0c9fbad7e7fcb50d864c0b Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Wed, 6 May 2020 20:23:01 -0400 Subject: initrd: call samizdat_install_udev_rules earlier --- src/initrd/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/initrd') diff --git a/src/initrd/common.sh b/src/initrd/common.sh index 17c9359..070ecba 100644 --- a/src/initrd/common.sh +++ b/src/initrd/common.sh @@ -62,7 +62,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