From 5a4327d1a8425698407d3da0a648e64d56447d86 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 19 Jul 2022 13:45:24 +0200 Subject: [PATCH] mkosi: Silence gdb debuginfo messages/prompts Let's silence gdb asking about debuginfod and complaining about missing debuginfo to reduce friction when using mkosi to work on systemd. --- mkosi.postinst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mkosi.postinst b/mkosi.postinst index 8817818a94..1c24b4f51a 100755 --- a/mkosi.postinst +++ b/mkosi.postinst @@ -6,6 +6,11 @@ if [ "$1" = "final" ]; then bootctl install fi + cat >> /root/.gdbinit <