From 35ad16a8096a00fbcf2b22d781765c09c75b1b69 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Fri, 18 Dec 2020 16:24:13 +0000 Subject: drakbug_report: include draklive-install.log --- perl-install/any.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index f178449b5..bf35e8ec0 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1488,6 +1488,7 @@ sub report_bug { header("stage1.log"), cat_("/tmp/stage1.log") || cat_("$::prefix/root/drakx/stage1.log"), header("ddebug.log"), cat_("/tmp/ddebug.log") || cat_("$::prefix/root/drakx/ddebug.log"), header("install.log"), cat_("$::prefix/root/drakx/install.log"), + header("draklive-install.log"), cat_("/tmp/draklive-install.log") || cat_("$::prefix/root/drakx/draklive-install.log"), header("fstab"), cat_("$::prefix/etc/fstab"), header("modprobe.conf"), cat_("$::prefix/etc/modprobe.conf"), header("lilo.conf"), cat_("$::prefix/etc/lilo.conf"), -- cgit v1.2.1