summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/NEWS2
-rwxr-xr-xperl-install/standalone/drakbug3
2 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index b8dcaa24f..945d1df12 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,5 +1,7 @@
- handle new driver:
o network: et131x, smsc95xx
+- drakbug:
+ o write distro release in bug description
- finish-install:
o show only installed 3D desktops
diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug
index 40e12e495..f99cf0a04 100755
--- a/perl-install/standalone/drakbug
+++ b/perl-install/standalone/drakbug
@@ -268,7 +268,8 @@ $gdb_trace)),
)
. qq(
Kernel version = $kernel_release
-) . if_($cpuinfo, "CPU=$cpuinfo")
+Distribution=) . cat_('/etc/release')
+. if_($cpuinfo, "CPU=$cpuinfo")
),
);
print($bugzilla_url . "?" . $options . "\n");