summaryrefslogtreecommitdiff
path: root/src/initrd
diff options
context:
space:
mode:
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