(The change described in comment #6 was applied as a fix for LP:
#1465567)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1291434
Title:
GRUB_CMDLINE_LINUX_DEFAULT contains duplicate options
To mana
In Ubuntu 15.10 /etc/default/grub.d/dmraid2mdadm.cfg now contains the
following code:
DMRAID2MDADM_TOAPPEND="nomdmonddf nomdmonisw"
case "$GRUB_CMDLINE_LINUX_DEFAULT" in
*$DMRAID2MDADM_TOAPPEND*)
;;
*)
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT
$DMRAID2MDADM_
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: mdadm (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1291434
Title:
GRUB
** Tags added: trusty
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1291434
Title:
GRUB_CMDLINE_LINUX_DEFAULT contains duplicate options
To manage notifications about this bug go to:
https://bugs.l
The attachment "avoid adding keywords multiple times" seems to be a
patch. If it isn't, please remove the "patch" flag from the attachment,
remove the "patch" tag, and if you are a member of the ~ubuntu-
reviewers, unsubscribe the team.
[This is an automated message performed by a Launchpad user
In case there isn't a some better solution, here's a quick attempt at a
patch to the dmraid2mdadm.cfg script so that it only adds the keywords
to the value of GRUB_CMDLINE_LINUX_DEFAULT if it doesn't already contain
them. That would at least prevent the command line from accumulating
any additiona
Hmm, one additional thing to note is that when /boot/grub/grub.cfg is
generated, each "linux" line created there gets an additional copy of the
keywords. That is, if I run "dpkg-reconfigured grub-pc" and strip the "Linux
default command line" prompt down to just "nomdmonddf nomdmonisw" and then
Also note that another set up duplicates is added to the line each time the
grub-pc.postinst script is run -- on one of my Trusty systems I now see:
GRUB_CMDLINE_LINUX_DEFAULT="nomdmonddf nomdmonisw nomdmonddf nomdmonisw
nomdmonddf nomdmonisw"
(I see that this value is also saved in the debcon
** Changed in: grub2 (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1291434
Title:
GRUB_CMDLINE_LINUX_DEFAULT contains duplicate options
To manage notificati