
27 Oct
2016
27 Oct
'16
1:46 p.m.
On Thu, Oct 27, 2016 at 3:08 PM, Daniel P. Berrange <berrange@redhat.com> wrote:
IIUC, we can possibly achieve our goal using GOTO, with two rules.
In a 00-libvirt-early.rules have a rule that runs libvirt_udevhelper and adds a "GOTO=libvirt-end". Then in zzzzzz-libvirt-late.rules define the LABEL=libvirt-end. That should cause it to skip over all intermediate udev rules.
Jumps to non-local labels are not supported. Michal