[Bug 1536597] Re: error of processing hwaddr kernel option

Andy Whitcroft apw at canonical.com
Wed Feb 3 16:58:46 UTC 2016


@Alexandr -- could you indicate which series of Ubuntu you are seeing
this in, as this appears to have been correct at least since 0.120 was
merged from Debian, and so it is correct in Xenial.  Thanks for
reporting.

** Changed in: initramfs-tools (Ubuntu)
     Assignee: (unassigned) => Andy Whitcroft (apw)

** Changed in: initramfs-tools (Ubuntu)
   Importance: Undecided => Medium

** Changed in: initramfs-tools (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1536597

Title:
  error of processing hwaddr kernel option

Status in initramfs-tools package in Ubuntu:
  Incomplete

Bug description:
  The file /usr/share/initramfs-tools/init contains a error of
  processing hwaddr kernel option: the prefix "BOOTIF" is removed from
  the option string "hwaddr=*".

      hwaddr=*)
          BOOTIF=${x#BOOTIF=}                                                                              
          ;;

  It should be

      hwaddr=*)
          BOOTIF=${x#hwaddr=}                                                                              
          ;;

  The patch is attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1536597/+subscriptions



More information about the foundations-bugs mailing list