Comment 5 for bug 1892367

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2020-09-01 10:18 EDT-------
> Ubuntu initramfs copies all udev rules that are present in /etc/udev/rules.d
> into the initramfs. It cannot possibly know which ones are hand-edited,
> which ones are generated by zdev, and which ones must be in the initramfs or
> not. For example, we do support bringing up networking interactively inside
> the initrd, thus even the qeth ones are useful in the initrd.
>

Basically, this means the custom 'hand-edited' value in the /etc/udev/rules.d/41-qeth-0.0.e200.rules should be executed and should over-rule the value of "buffer_count" attribute, which was set from /usr/lib/udev/rules.d/41*.

But, what we see is, this is not happening. The buffer_count attribute value was always the one which is part of initramfs.