From 7cb8c6b75fe3c645b1109f064e9884e15780c9a2 Mon Sep 17 00:00:00 2001 From: CoreOS Bot Date: Fri, 8 Nov 2019 18:09:03 +0000 Subject: [PATCH] tree: import changes from testing-devel at c053f99a2829192e537a106ce84766eeaa1e4230 --- overlay.d/05core/usr/libexec/coreos-growpart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay.d/05core/usr/libexec/coreos-growpart b/overlay.d/05core/usr/libexec/coreos-growpart index 9e1c3c1b0a..6c2e55836e 100755 --- a/overlay.d/05core/usr/libexec/coreos-growpart +++ b/overlay.d/05core/usr/libexec/coreos-growpart @@ -31,7 +31,7 @@ parent_device=/dev/$(basename "${parent_path}") # we can't resize. growpart "${parent_device}" "${partition}" || true -eval $(blkid -o export "${parent_device}${partition}") +eval $(blkid -o export "${src}") if [ "${TYPE}" == "crypto_LUKS" ]; then luks_name=$(dmsetup info ${src} -C -o name --noheadings) cryptsetup resize ${luks_name}