add /proc/cmdline to bugreport against linux-image

svn path=/dists/trunk/linux-2.6/; revision=9312
This commit is contained in:
Maximilian Attems 2007-08-17 18:10:27 +00:00
parent 35b6f38918
commit f1334993b2
2 changed files with 10 additions and 1 deletions

3
debian/changelog vendored
View File

@ -15,8 +15,9 @@ linux-2.6 (2.6.23~rc2-1~experimental.1) UNRELEASED; urgency=low
DM_MULTIPATH_RDAC.
* [i386] Enable lguest.
* [amd64, i386] Enable VIDEO_OUTPUT_CONTROL.
* linux-image bugscript add cmdline.
-- maximilian attems <maks@debian.org> Sun, 05 Aug 2007 13:22:36 +0200
-- maximilian attems <maks@debian.org> Wed, 08 Aug 2007 14:20:33 +0200
linux-2.6 (2.6.22-2) UNRELEASED; urgency=low

View File

@ -0,0 +1,8 @@
add_1cmdline() {
echo '** cmdline:' >&3
cat /proc/cmdline >&3
}
ask_1cmdline() {
true
}