=== njin is now known as njin1 === njin1 is now known as njin2 === njin2 is now known as njin [09:02] debian-installer: cjwatson * r1692 ubuntu/ (6 files in 2 dirs): Move to 3.4.0-3 kernels. [09:03] debian-installer: cjwatson * r1693 ubuntu/debian/changelog: releasing version 20101020ubuntu141 [10:05] debian-installer: cjwatson * r1694 ubuntu/ (build/config/i386.cfg debian/changelog): Account for i386/generic-pae kernel flavour being renamed to generic. [10:07] debian-installer: cjwatson * r1695 ubuntu/debian/changelog: releasing version 20101020ubuntu142 [12:15] debian-installer: cjwatson * r1696 ubuntu/ (3 files in 2 dirs): [12:15] debian-installer: Use generic flavour for i386/*-xen images, since virtual has been folded [12:15] debian-installer: into generic. [12:16] debian-installer: cjwatson * r1697 ubuntu/debian/changelog: releasing version 20101020ubuntu143 [14:44] cjwatson: is http://pastebin.ubuntu.com/1000961/ what you are looking for with regards to CMDLINE_LINUX modifications? [14:45] bdmurray: looks useful, thanks, although judging from that some of the problems are on other lines [14:46] cjwatson: ? [14:46] Not all of those lines are invalid ... [14:47] cjwatson: oh, there is no relationship between validity and these modifications [14:47] cjwatson: I just grabbed all the attachments from all the grub2 and plymouth bug repors [14:47] and looked for CMDLINE_LINUX [14:47] Well, OK, in that case, some of those files I suspect have been edited in other places for other reasons [14:47] GRUB_CMDLINE_LINUX* isn't the only thing people might want to modify [14:47] But it's certainly useful data to start with [14:48] Mostly haphazard video tweaks, a smattering of other bits and pieces [14:48] this is my favorite [14:48] GRUB_CMDLINE_LINUX_DEFAULT="GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset video=uvesafb:mode_option=1024x768-24,mtrr=3,scroll=ywrap"" [14:48] yeah [14:56] cjwatson: so maybe something like this? [14:56] for i in $(find . -name EtcDefaultGrub.txt); do diff -Nrup /etc/default/grub $i; done | egrep '^\+' > diffs-etcdefaultgrub.txt [14:58] Might still catch a few too many, but it's a start [14:59] yes there are a lot of fine timeout changes in there [15:00] Some of which are created automatically; the config file handling is wonky === kentb_ is now known as kentb [22:08] silo-installer: cjwatson * r267 ubuntu/debian/ (72 files in 2 dirs): merge from Debian 1.21 [22:09] silo-installer: cjwatson * r268 ubuntu/debian/changelog: releasing version 1.21ubuntu1 [22:56] cjwatson: *blink*... silo-installer? [23:20] infinity: merging is brain-free, removal requires thought [23:21] I tend to get into a rhythm where I just blast away at merges