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

Benjamin Drung 1536597 at bugs.launchpad.net
Sat Jul 29 08:50:16 UTC 2023


This is fixed at least since 0.122ubuntu8.17 in Ubuntu 16.04 (xenial).

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

-- 
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:
  Fix Released

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