[Bug 1134227] [NEW] biosdevname always gets installed
Soren Hansen
soren at linux2go.dk
Wed Feb 27 11:15:22 UTC 2013
Public bug reported:
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".
** Affects: biosdevname (Ubuntu)
Importance: High
Assignee: Colin Watson (cjwatson)
Status: In Progress
--
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