summaryrefslogtreecommitdiff
path: root/src/initrd
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-10-16 23:45:46 -0400
committerAndrew Cady <d@jerkface.net>2019-10-16 23:45:46 -0400
commit6d61f1279978db9a36a4df39bb208b078e89c2b8 (patch)
treeb11ebf20a736a42741d9a2b560261570bf1a8e9d /src/initrd
parent26490c0022666a01b031036ead74ce85d3f71557 (diff)
avoid initrd race condition
Diffstat (limited to 'src/initrd')
-rw-r--r--src/initrd/common.sh1
1 files changed, 1 insertions, 0 deletions
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()
47 if [ $? != 0 -a ! "$no_panic" ]; then 47 if [ $? != 0 -a ! "$no_panic" ]; then
48 panic "error loading boot menu! the system won't be usable :(" 48 panic "error loading boot menu! the system won't be usable :("
49 fi 49 fi
50 samizdat_install_udev_rules
50 if [ "$do_trigger" ]; then 51 if [ "$do_trigger" ]; then
51 force_grok_block 52 force_grok_block
52 fi 53 fi