commit:     92a74db4286051466e7e61d53fbe51ab249c9804
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 21:00:19 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 13:45:37 2020 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=92a74db4

defaults/linuxrc: Add debug breakpoint before udevd start

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 defaults/linuxrc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/defaults/linuxrc b/defaults/linuxrc
index 263f738..438ed11 100644
--- a/defaults/linuxrc
+++ b/defaults/linuxrc
@@ -576,6 +576,9 @@ else
        good_msg 'Skipping module load; no modules in the ramdisk!'
 fi
 
+# Run debug shell if requested
+rundebugshell "before starting udevd"
+
 # Initialize udev
 if [ ! -f "/etc/udev/hwdb.bin" ]
 then

Reply via email to