-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
kpartx -d "${ORIG_TARGET}" >/dev/null
# Workaround for a bug in kpartx which doesn't clean up properly,
# see Debian Bug #891077 and Github-PR grml/grml-debootstrap#112
if dmsetup ls | grep -q "^${LOOP_PART} "; then
kpartx -d "/dev/${LOOP_DISK}" >/dev/null
fi
Should be fixed? Can this workaround be removed?
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog