From: Daan De Meyer Date: Tue, 19 Jul 2022 11:45:24 +0000 (+0200) Subject: mkosi: Silence gdb debuginfo messages/prompts X-Git-Tag: v252-rc1~615 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a4327d1a8425698407d3da0a648e64d56447d86;p=thirdparty%2Fsystemd.git 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. --- diff --git a/mkosi.postinst b/mkosi.postinst index 8817818a949..1c24b4f51a5 100755 --- a/mkosi.postinst +++ b/mkosi.postinst @@ -6,6 +6,11 @@ if [ "$1" = "final" ]; then bootctl install fi + cat >> /root/.gdbinit <