Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 581182
Collapse All | Expand All

(-)multipath-tools.orig/kpartx/kpartx.rules (+4 lines)
Lines 7-12 Link Here
7
KERNEL!="dm-*", GOTO="kpartx_end"
7
KERNEL!="dm-*", GOTO="kpartx_end"
8
ACTION=="remove", GOTO="kpartx_end"
8
ACTION=="remove", GOTO="kpartx_end"
9
9
10
# This is a temporary hack until Debian's dmsetup properly supports "dmsetup
11
# export". For more information see: #434241, #487881, #493078
12
IMPORT{program}="dmsetup_env %M %m"
13
10
ENV{DM_TABLE_STATE}!="LIVE", GOTO="kpartx_end"
14
ENV{DM_TABLE_STATE}!="LIVE", GOTO="kpartx_end"
11
ENV{DM_DEPS}=="0", GOTO="kpartx_end"
15
ENV{DM_DEPS}=="0", GOTO="kpartx_end"
12
16

Return to bug 581182