[Bug 1134227] Re: biosdevname always gets installed

Launchpad Bug Tracker 1134227 at bugs.launchpad.net
Wed Feb 27 11:41:16 UTC 2013


This bug was fixed in the package biosdevname - 0.4.1-0ubuntu5

---------------
biosdevname (0.4.1-0ubuntu5) raring; urgency=low

  * Fix logic for disabling biosdevname installation when using
    biosdevname=0 (LP: #1134227).
 -- Colin Watson <cjwatson at ubuntu.com>   Wed, 27 Feb 2013 11:18:42 +0000

** Changed in: biosdevname (Ubuntu)
       Status: In Progress => Fix Released

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

Title:
  biosdevname always gets installed

Status in “biosdevname” package in Ubuntu:
  Fix Released

Bug description:
  The base-installer.d hook's logic for preventing biosdevname to get
  installed is broken.

  for i in $(cat /proc/cmdline); do
  	case $i in
  	    biosdevname=0)
  		;;
  	    *)
  		apt-install biosdevname || true
  		;;
  	esac
  done

  It will call apt-install for each word in the cmdline that isn't
  "biosdevname=0".

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/biosdevname/+bug/1134227/+subscriptions




More information about the foundations-bugs mailing list