[Bug 1134227] Re: biosdevname always gets installed
Colin Watson
cjwatson at canonical.com
Wed Feb 27 11:20:28 UTC 2013
** Changed in: biosdevname (Ubuntu)
Assignee: (unassigned) => Colin Watson (cjwatson)
** Changed in: biosdevname (Ubuntu)
Status: New => In Progress
** Changed in: biosdevname (Ubuntu)
Importance: Undecided => High
--
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:
In Progress
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