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

Alexandr Larin larin.alexandr at gmail.com
Thu Feb 4 09:27:23 UTC 2016


The bug has been found on 12.04 and 14.04 Ubuntu releases. Versions of
the package are 0.99ubuntu13.5 and 0.103ubuntu4.2 respectively. I did
not check non-LTS releases.

-- 
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