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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134227

Title:
  biosdevname always gets installed

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to