Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/
Date: Fri, 28 Aug 2020 20:18:50
Message-Id: 1598622337.92a74db4286051466e7e61d53fbe51ab249c9804.whissi@gentoo
1 commit: 92a74db4286051466e7e61d53fbe51ab249c9804
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 27 21:00:19 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 13:45:37 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=92a74db4
7
8 defaults/linuxrc: Add debug breakpoint before udevd start
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 defaults/linuxrc | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/defaults/linuxrc b/defaults/linuxrc
16 index 263f738..438ed11 100644
17 --- a/defaults/linuxrc
18 +++ b/defaults/linuxrc
19 @@ -576,6 +576,9 @@ else
20 good_msg 'Skipping module load; no modules in the ramdisk!'
21 fi
22
23 +# Run debug shell if requested
24 +rundebugshell "before starting udevd"
25 +
26 # Initialize udev
27 if [ ! -f "/etc/udev/hwdb.bin" ]
28 then