@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
Touch seeded packages, 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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to